1
1
mirror of https://github.com/encode/django-rest-framework.git synced 2025-07-23 06:29:58 +03:00

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

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] [testenv:py312-djangomain]
ignore_outcome = true ignore_outcome = true
[testenv:py313-djangomain]
ignore_outcome = true