Skip to content

Commit

Permalink
Temporary - Pin rdflib to pre-6.0.0
Browse files Browse the repository at this point in the history
This patch establishes the baseline state of unit tests passing.

Unit test results: 5 tests report a FAIL status, all related to JSON-LD
compaction. I suggest that these tests are out of scope of the mission
of restoring builds functioning, related to removing the use_2to3 flag.

References:
* RDFLib/rdflib#1405

Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
  • Loading branch information
ajnelson-nist committed Sep 10, 2021
1 parent 33dfed9 commit 73a3066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def md2pypi(filename):
"Natural Language :: English",
],
test_suite="nose.collector",
install_requires=["rdflib>=5.0.0"],
install_requires=["rdflib<6.0.0"],
tests_require=["nose"],
command_options={
"build_sphinx": {
Expand Down

0 comments on commit 73a3066

Please sign in to comment.