Skip to content

Commit f43986b

Browse files
committed
fix test
1 parent 96ef27b commit f43986b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

source/jormungandr/requirements_dev.txt

+2-6
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,11 @@ mock==1.0.1
66
validators==0.10
77

88
pytest==4.6.5 ; python_version < "3.9"
9-
pytest-mock==1.10.0 ; python_version < "3.9"
10-
pytest-cov==2.5.1; python_version < "3.9"
11-
129
pytest==8.3.3 ; python_version >= "3.9"
13-
pytest-mock==3.14.0 ; python_version >= "3.9"
14-
pytest-cov==4.1.0 ; python_version >= "3.9"
1510

11+
pytest-mock==1.10.0
12+
pytest-cov==2.5.1
1613
requests-mock==1.0.0
1714
flex==6.10.0
1815
jsonschema==2.6.0
1916
pytest-timeout==1.3.3
20-
#pytest-asyncio==0.20.0 ; python_version >= "3.9"

0 commit comments

Comments
 (0)