Skip to content

Commit 7a3825b

Browse files
Pytest requirements.txt new version > python 3.5
1 parent e21b0d8 commit 7a3825b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
coveralls==1.11.1; python_version <= '3.4'
2-
coveralls==2.1.2; python_version > '3.4'
1+
coveralls==1.11.1; python_version <= '3.5'
2+
coveralls==2.1.2; python_version > '3.5'
33
flake8==3.7.9
44
flake8-per-file-ignores==0.6
55
future==0.18.2
@@ -9,10 +9,10 @@ mongoengine==0.19.1; python_version <= '3.5'
99
mongoengine==0.22.1; python_version > '3.5'
1010
mongomock==3.22.0
1111
pymongo==3.11.2
12-
pytest==4.6.11; python_version <= '3.4'
13-
pytest==6.2.1; python_version > '3.4'
14-
pytest-cov==2.8.1; python_version == '3.4'
15-
pytest-cov==2.10.1; python_version < '3.4' or python_version > '3.4'
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'
15+
pytest-cov==2.10.1; python_version < '3.5' or python_version > '3.5'
1616
singledispatch==3.4.0.3
1717
# https://stackoverflow.com/a/58189684/9041712
1818
attrs==20.2.0

0 commit comments

Comments
 (0)