-
Notifications
You must be signed in to change notification settings - Fork 44
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
Numerous tests fail with _pytest.outcomes.XFailed
and other issues
#156
Comments
This is a list of the affected test groups, 551 in total:
|
@TheChymera Thank you for reporting. My first guess is it was caused by some incompatibility with the rdflib version used in the above tests. I have a look at this over the weekend. |
@trungdong oh, thanks for looking into this. I thought this was more of a shot in the dark since the repo hasn't been updated in a while, but happy to see that it's still alive! Also, the rest of the tests (more than half) pass with pytest on python 3.11. |
@TheChymera In your test log, you were using pytest: The library uses unittest test cases. Please run the tests with Note that I also discovered that two test cases are failing due to incompatibility with version 7.x of the rdflib package. I'll restrict the package's version to |
The following test cases in prov/tests/qnames.py failed with rdflib.7.0.0: - test_namespace_inheritance - test_default_namespace_inheritance (found in issue #156)
Full build and test log here: https://ppb.chymera.eu/9bac47.html
Any ideas what could be going on?
The text was updated successfully, but these errors were encountered: