From e6d8670cd3dd114b2cc94f7479775381821532c9 Mon Sep 17 00:00:00 2001 From: wilfordgrimley <2397930+WilfordGrimley@users.noreply.github.com> Date: Thu, 6 Aug 2026 00:22:02 +0000 Subject: [PATCH] fix(deps): pin pytest-django to 4.11.1 to unblock CI pytest-django~=4.11 resolved to 4.12.0, which raises AttributeError on PytestDjangoTestCase._pre_setup_ran_eagerly during test setup, an internal fixture-machinery attribute this project does not control. This broke setup of every test in cardpicker/tests/test_artbox_exemplar_backfill.py and was failing Backend tests on every open PR. --- MPCAutofill/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MPCAutofill/requirements.txt b/MPCAutofill/requirements.txt index 0a4489cc6..06d5d0f0b 100644 --- a/MPCAutofill/requirements.txt +++ b/MPCAutofill/requirements.txt @@ -30,7 +30,7 @@ pycountry~=22.3.0 pydantic~=2.10.0 pytesseract~=0.3.13 pytest~=9.0 -pytest-django~=4.11 +pytest-django==4.11.1 # exact pin: 4.12.0 raises AttributeError on PytestDjangoTestCase._pre_setup_ran_eagerly during test setup, an internal fixture-machinery attribute this project does not define or control pytest-elasticsearch~=4.1.1 python-dotenv~=1.0.0 ratelimit~=2.2.1