From 28d0261afcd6702900512e00c37f4e264c117d83 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Sat, 1 Feb 2025 06:24:43 +0000 Subject: [PATCH] Add missing ignore_outcome=true for the Python 3.13 - Django main combination (#9637) --- 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