From f3f574a62628dc99b952da7a96a63637386961ec Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Wed, 25 Mar 2026 14:38:13 +0100 Subject: [PATCH 1/2] Add missing __init__ file So the fixtures.tests module actually gets picked up. Signed-off-by: Stephen Finucane --- fixtures/tests/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 fixtures/tests/__init__.py diff --git a/fixtures/tests/__init__.py b/fixtures/tests/__init__.py new file mode 100644 index 0000000..e69de29 From b2c868c4410a135be2d5b89cde2639ab4e952b93 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Wed, 25 Mar 2026 14:38:37 +0100 Subject: [PATCH 2/2] Release 4.3.2 Signed-off-by: Stephen Finucane --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index 8e2d613..ad7030f 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,12 @@ fixtures release notes NEXT ~~~~ +4.3.2 +~~~~~ + +* Temporarily re-add the ``fixtures.tests.helpers`` module. + (Stephen Finucane) + 4.3.1 ~~~~~