From 121852fc5cfefe5642cae4c0af2401a0cfe91518 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Wed, 29 Jan 2025 09:22:00 +0000 Subject: [PATCH] Add missing ignore_outcome=true for the Python 3.13 - Django main combination --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index f565a1281..49833fe68 100644 --- a/tox.ini +++ b/tox.ini @@ -52,3 +52,6 @@ ignore_outcome = true [testenv:py312-djangomain] ignore_outcome = true + +[testenv:py313-djangomain] +ignore_outcome = true