Closed amotl closed 9 months ago
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.
develop
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.
rdflib>=6
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.After updating to
rdflib>=6
, all software tests executed successfully. It works with both rdflib-6.x and rdflib-7.x so far.