diff --git a/tox.ini b/tox.ini index 0a244a21..d14b929d 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/passerelle/{env:RAND_TEST:} -envlist = py3-django32-xmlschema14-codestyle-coverage,pylint +envlist = py3-django32-codestyle-coverage,pylint [testenv] usedevelop = True @@ -14,14 +14,10 @@ setenv = fast: FAST=--nomigrations coverage: COVERAGE=--junitxml=junit-{envname}.xml --cov-report xml --cov-report html --cov=passerelle/ --cov-config .coveragerc -Wignore deps = - django22: django>=2.2,<2.3 django32: django>=3.2,<3.3 - xmlschema14: xmlschema<1.5 - xmlschema10: xmlschema<1.1 + xmlschema<1.5 django32: psycopg2-binary - django22: psycopg2-binary<2.9 django32: django-model-utils>=4.2 - django22: django-model-utils<4.2 pytest-cov pytest-django pytest-xdist @@ -31,7 +27,6 @@ deps = httmock python-dateutil django32: django-webtest - django22: django-webtest<1.9.3 lxml mohawk pytest-freezegun