From 4cd2f6887d319cc8a5b08e1f7256d5488d9ac58a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sat, 16 Jul 2022 11:44:28 +0200 Subject: [PATCH] ci: limit tests with drf 3.9 to Markdown<3.4 (#67410) --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 9466238..1f25087 100644 --- a/tox.ini +++ b/tox.ini @@ -36,6 +36,7 @@ deps = https://git.entrouvert.org/authentic.git/snapshot/authentic-main.tar.gz # dependency constraints for authentic drf39: djangorestframework>=3.9.2,<3.10 + drf39: Markdown<3.4 drf312: djangorestframework>=3.12,<3.13 django<2.3 django-tables<2.0