From 9cb195bd1156ee43a15da7dc6d09f6c4e75bff70 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 28 Sep 2020 15:04:45 +0200 Subject: [PATCH] ci: run with latest pytest and pytest-django versions --- tox.ini | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index 07459b4e6..e42560d10 100644 --- a/tox.ini +++ b/tox.ini @@ -19,8 +19,6 @@ envlist = authentic-py3-dj22-drf39 [testenv] -whitelist_externals = - /bin/mv setenv = authentic: AUTHENTIC2_SETTINGS_FILE=tests/settings.py @@ -54,10 +52,10 @@ deps = psycopg2-binary coverage pytest-cov - pytest-django<3.4.6 + pytest-django pytest-random mock - pytest<5 + pytest!=5.3.3 lxml cssselect django-webtest @@ -118,6 +116,7 @@ filterwarnings = ignore:parameter codeset is deprecated::django.utils.translation.trans_real # remind us later once:.*staticfiles.*::django\..* + once junit_family=xunit2 [coverage:run]