Skip to content

Commit 92c4073

Browse files
authored
22.x release of galaxy-tool-util breaks us (#1723)
1 parent 0e2ced5 commit 92c4073

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"cwl-utils >= 0.15",
125125
],
126126
extras_require={
127-
"deps": ["galaxy-tool-util >= 21.1.0"],
127+
"deps": ["galaxy-tool-util >= 21.1.0, <22"],
128128
},
129129
python_requires=">=3.6, <4",
130130
setup_requires=PYTEST_RUNNER,

test-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ pytest-cov
77
arcp >= 0.2.0
88
rdflib-jsonld>=0.4.0, <= 0.6.1;python_version<='3.6'
99
-rrequirements.txt
10-
galaxy-tool-util >= 21.1.0
10+
galaxy-tool-util >= 21.1.0, < 22

0 commit comments

Comments
 (0)