-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems running tests #172
Comments
The package have been moved to Arch official repository and is now maintained by @carlsmedstad |
Hey. I was looking into this. I'm currently cleaning up tests (moving to pytest for a better readability and ease of use) and will also add some more CI combinations later on. I also fixed a few bugs already while cleaning up the tests. I hope to be able to ship a new release soon, and we can then check this from there. |
The move to use pytest looks like a good idea. FYI, I've enabled testing when building Debian packages for 2.6.0, and get failures. (using castxml 0.6.10 and likely newer compilers than the github ci.) |
Hello, I'm the maintainer of the AUR pkgbuild https://aur.archlinux.org/packages/python-pygccxml, performing tests is recomended by Arch packaging guidelines, I'm testing several things, reports below are made building from the last commit of develop branch
Castxml v0.6.2 build againt calng/llvm v16.0.6
Using
The first issues is that it want pygccxml already installed which isn't possible in this case
Building the package and running again bring
Instead using
pytest -v
I getThe text was updated successfully, but these errors were encountered: