Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubicweb
Commits
d08ab2901f5f
Commit
f79146a9
authored
Jul 21, 2021
by
Carine Dengler
Browse files
fix: pin rdflib < 6.0.0 to avoid compatibility issues
--HG-- branch : 3.26
parent
d1fcefc6ec50
Pipeline
#70485
passed with stage
in 14 minutes and 31 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d08ab290
...
...
@@ -6,6 +6,7 @@ stages:
lint_py
:
only
:
changes
:
-
"
*.py"
-
"
**/*.py"
stage
:
lint
before_script
:
...
...
setup.py
View file @
d08ab290
...
...
@@ -107,7 +107,7 @@ setup(
'repoze.lru'
,
],
'rdf'
:
[
'rdflib'
,
'rdflib
>= 5.0.0, < 6.0.0
'
,
],
'sparql'
:
[
'fyzz >= 0.1.0'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment