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 23855fc commit af76f2cCopy full SHA for af76f2c
Pipfile
@@ -3,7 +3,7 @@
3
# update these accordingly
4
5
[dev-packages]
6
-pytest="*"
+pytest=">=3.6"
7
wheel="*"
8
pytest-cov="*"
9
PyYAML = "*"
dev-requirements.txt
@@ -1,6 +1,6 @@
1
# Note that there is also a Pipfile for this project if you are updating this
2
# file do not forget to update the Pipfile accordingly
pyyaml
-pytest
+pytest>=3.6
wheel
pytest-cov
0 commit comments