From 6964b2b1c673b588a06ee456c913141a640a7dde Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 10 Dec 2019 09:07:13 +0100 Subject: [PATCH] tox.ini: use latest pytest --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 263b7ec..9d0c782 100644 --- a/tox.ini +++ b/tox.ini @@ -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