From 497984045eeb23caa87af51ccda21b3c3167b242 Mon Sep 17 00:00:00 2001 From: Gordon Wrigley Date: Sat, 3 Feb 2024 17:14:55 +0000 Subject: [PATCH] blah --- requirements.txt | 2 -- tox.ini | 8 ++++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 411f47f..b3a2f27 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,14 +6,12 @@ python-dateutil <= 2.8.2 sqlparse <= 0.4.4 # dev and test -coverage[toml] <= 7.3.2 dj-database-url <= 2.10 pre-commit pytest <= 7.4.3 pytest-cov pytest-django <= 4.6.0 pytest-mock -pytest-xdist < 2.0 requests snapshottest time-machine diff --git a/tox.ini b/tox.ini index cce4470..b831186 100644 --- a/tox.ini +++ b/tox.ini @@ -21,8 +21,8 @@ deps = django32: Django>=3.2,<3.3 django40: Django>=4.0,<4.1 django41: Django>=4.1,<4.2 - django42: Django>=4.2a1,<4.3 + django42: Django>=4.2,<4.3 commands = - - pip install mysqlclient - django{32,40,41,42}: - pip install psycopg2 - python -m coverage run -m pytest -x + pip install mysqlclient + pip install psycopg2 + python -m pytest -x