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 1c9df70 commit f477b90Copy full SHA for f477b90
requirements.txt
@@ -9,8 +9,8 @@ mongoengine==0.19.1; python_version < '3.4'
9
mongoengine==0.20.0; python_version > '3.4'
10
mongomock==3.21.0
11
pymongo==3.11.0
12
-pytest==4.6.11; python_version < '3.0'
13
-pytest==6.1.2; python_version > '3.0'
+pytest==4.6.11; python_version < '3.4'
+pytest==6.1.2; python_version > '3.4'
14
pytest-cov==2.10.1
15
singledispatch==3.4.0.3
16
# https://stackoverflow.com/a/58189684/9041712
0 commit comments