Add missing ignore_outcome=true for the Python 3.13 - Django main combination (#9637)

This commit is contained in:
Bruno Alla 2025-02-01 06:24:43 +00:00 committed by GitHub
parent 8637b3d624
commit 28d0261afc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,3 +52,6 @@ ignore_outcome = true
[testenv:py312-djangomain]
ignore_outcome = true
[testenv:py313-djangomain]
ignore_outcome = true