Upgrade pytest, and list it as a test-only dependency

Change-Id: Id1cbfb88d3034fc01f302af53bbd689afe54ffa5
This commit is contained in:
Jan Kundrát
2020-04-22 14:53:48 +02:00
parent 1d791aa295
commit 491a05c5a7
2 changed files with 1 additions and 1 deletions

View File

@@ -6,7 +6,6 @@ numpy>=1.16.1,<2
pandas==0.24.2
pbr>=5.4.4,<6
Pygments>=2.4.2,<3
pytest>=4.0.0,<5
scipy>=1.3.0,<2
Sphinx>=2.4.4,<3
sphinxcontrib-bibtex>=0.4.2,<1

View File

@@ -5,6 +5,7 @@ skipsdist = True
[testenv]
deps =
-r{toxinidir}/requirements.txt
pytest>=5.0.0,<6
cover: pytest-cov
changedir = {toxinidir}
usedevelop = True