Skip to content
Snippets Groups Projects
Commit 15ddcab2 authored by David Douard's avatar David Douard
Browse files

Enforce rdflib < 7.1 to prevent doctest breakage

This is only a workaround until these tests are properly fixed.
They should probably be converted as actual (py)tests; it would make it
easier to support these types of breakage due to formatting changes in
rdflib...
parent 957db0f9
No related branches found
No related tags found
1 merge request!520Enforce rdflib < 7.1 to prevent doctest breakage
Pipeline #11655 passed
......@@ -7,7 +7,7 @@ frozendict != 2.1.2
iso8601
pybtex
pyld
rdflib
rdflib < 7.1 # 7.1 breaks doctests; to remove when fixed
sentry-sdk
typing-extensions
xmltodict
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment