From cff5b9b9fdb0c2d24e5ae6bd416450afe6b7ed24 Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Thu, 31 Aug 2023 17:33:35 +0200 Subject: [PATCH] Skipped Django Pre-5.0 failures. Refs #1605 --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index 8fde369e..08fc65f4 100644 --- a/tox.ini +++ b/tox.ini @@ -46,3 +46,6 @@ commands = python -Werror ./runtests.py --testrunner xmlrunner.extra.djangotestr deps = {[latest]deps} -rrequirements/test-ci.txt + +[testenv:{py310, py311}-latest] +ignore_outcome = True