RDFLib / rdflib-sqlalchemy

RDFLib store using SQLAlchemy dbapi as back-end
Other
148 stars 34 forks source link

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

Closed amotl closed 9 months ago

amotl commented 9 months ago

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.