]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
tox: pin max supported django version to v3.2.x
authorYou-Sheng Yang <vicamo@gmail.com>
Tue, 7 Dec 2021 11:20:45 +0000 (19:20 +0800)
committerStephen Finucane <stephen@that.guru>
Tue, 7 Dec 2021 11:31:18 +0000 (11:31 +0000)
Django made a new release v4.0 supporting python3.8 and 3.9 today. This
breaks some test cases and need further inspectation.

See: #443
Signed-off-by: You-Sheng Yang <vicamo@gmail.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index 0ed500a6ae84da44cb45130380fd1228d19ca3dd..3275600820b15b976c01733907152bce32c60c81 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -14,7 +14,7 @@ deps =
     django31: django~=3.1.0
     django31: djangorestframework~=3.12.0
     django31: django-filter~=21.1.0
-    django32: django>=3.2.0
+    django32: django~=3.2.0
     django32: djangorestframework~=3.12.0
     django32: django-filter~=21.1.0
 setenv =