Skip to content
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

Chore: Update to rdflib>=6, lower versions are failing the software tests #107

Merged
merged 2 commits into from
Jan 28, 2024

Conversation

amotl
Copy link
Contributor

@amotl amotl commented Jan 27, 2024

About

While aiming to have a look at what might be missing at GH-104, but still on develop, I discovered that a single software test case failed.

FAILED test/test_aggregate_graphs.py::GraphAggregates3::testDefaultGraph - AttributeError: property 'name' of 'Param' object has no setter

After updating to rdflib>=6, all software tests executed successfully. It works with both rdflib-6.x and rdflib-7.x so far.

amotl added 2 commits January 27, 2024 19:45
With rdflib-5.x, `testDefaultGraph` produces:

  AttributeError: property 'name' of 'Param' object has no setter
- Ignore multiple virtualenvs
- Ignore `tmpdb.sqlite` created by software tests
@amotl amotl marked this pull request as ready for review January 27, 2024 18:48
@mwatts15 mwatts15 self-assigned this Jan 28, 2024
@mwatts15 mwatts15 merged commit 912ad4a into RDFLib:develop Jan 28, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants