Use new minimum version of pytest

pytest-cov requires pytest>=4.6 so we explicitly list that as a dev
dependency.
pull/912/head
Tim Head 2020-06-13 09:05:46 +02:00
rodzic df77a99ce1
commit d135e3fbd1
2 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -1,9 +1,9 @@
# Note that there are a dev-requirements.txt and a docs/doc-requirements.txt
# files in this project, if you are updating this Pipfile make sure to
# files in this project, if you are updating this Pipfile make sure to
# update these accordingly
[dev-packages]
pytest=">=3.6"
pytest=">=4.6"
wheel="*"
pytest-cov="*"
PyYAML = "*"

Wyświetl plik

@ -1,7 +1,7 @@
# Note that there is also a Pipfile for this project if you are updating this
# file do not forget to update the Pipfile accordingly
pyyaml
pytest>=3.6
pytest>=4.6
wheel
pytest-cov
pre-commit