We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a3825b commit 38eae3bCopy full SHA for 38eae3b
requirements.txt
@@ -11,7 +11,7 @@ mongomock==3.22.0
11
pymongo==3.11.2
12
pytest==4.6.11; python_version <= '3.5'
13
pytest==6.2.1; python_version > '3.5'
14
-pytest-cov==2.8.1; python_version == '3.5'
+pytest-cov==2.8.1; python_version == '3.5' or python_version == '3.4'
15
pytest-cov==2.10.1; python_version < '3.5' or python_version > '3.5'
16
singledispatch==3.4.0.3
17
# https://stackoverflow.com/a/58189684/9041712
0 commit comments