tox.ini: use latest pytest

This commit is contained in:
Benjamin Dauvergne 2019-12-10 09:07:13 +01:00
parent 713610a7fb
commit 6964b2b1c6
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ setenv =
FARGO_SETTINGS_FILE=tests/settings.py
coverage: COVERAGE=--junitxml=junit-{envname}.xml --random --cov-report xml --cov-report html --cov=fargo/
deps =
pytest>=3.3.0,<4.1
pytest
pg: psycopg2
pylint<1.8
pylint-django<0.8.1