Skip to content

Commit d68d1b2

Browse files
Allow pytest 9
1 parent 89b7c09 commit d68d1b2

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

mypy-requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
mypy==1.18.2
2-
pytest >= 8.3, < 9
32
types-setuptools
43
types-requests
54
types-PyYAML

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
schema-salad >= 5.0.20200220195218, < 9
22
junit-xml >= 1.8
3-
pytest >= 7, < 9
3+
pytest >= 7, < 10
44
defusedxml

test-requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
cwlref-runner
22
cwltool
3-
pytest >= 7, < 9
43
pytest-cov
54
pytest-xdist

0 commit comments

Comments
 (0)