1
0
Fork 0
forked from github/pelican

Pin pytest in pyproject also

This commit is contained in:
Justin Mayer 2020-04-12 15:38:17 +02:00
commit 18c7a9c3a1

View file

@ -47,7 +47,7 @@ sphinx = "=1.4.9"
sphinx_rtd_theme = "^0.4.3"
livereload = "^2.6"
mock = "^3.0"
pytest = "^5.2"
pytest = "~5.3.5"
pytest-cov = "^2.8"
pytest-pythonpath = "^0.7.3"
pytest-sugar = "^0.9.2"