From 8f90a317f0493905738d0116d6bf21d42edd1d3f Mon Sep 17 00:00:00 2001 From: Matthias Dellweg Date: Tue, 11 Aug 2026 15:24:43 +0200 Subject: [PATCH] Add pytest-django 4.13.0 to constraints --- templates/github/.ci/assets/ci_constraints.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/github/.ci/assets/ci_constraints.txt b/templates/github/.ci/assets/ci_constraints.txt index c9198f19..3380502b 100644 --- a/templates/github/.ci/assets/ci_constraints.txt +++ b/templates/github/.ci/assets/ci_constraints.txt @@ -17,3 +17,7 @@ azure-storage-blob!=12.28.* pycares<5 # older aiodns versions don't pin pycares UB, and are broken by pycares>=5 + + +pytest-django!=4.13.0 +# This version seems not to not have a proper requirement on Django.