We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96ef27b commit f43986bCopy full SHA for f43986b
source/jormungandr/requirements_dev.txt
@@ -6,15 +6,11 @@ mock==1.0.1
6
validators==0.10
7
8
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
-
12
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"
15
+pytest-mock==1.10.0
+pytest-cov==2.5.1
16
requests-mock==1.0.0
17
flex==6.10.0
18
jsonschema==2.6.0
19
pytest-timeout==1.3.3
20
-#pytest-asyncio==0.20.0 ; python_version >= "3.9"
0 commit comments