From: Alexandre Detiste <tchet@debian.org>
Date: Thu, 18 Jul 2024 21:17:14 +0000
Subject: pytest_lazyfixture is unmaintained and slated for removal

Forwarded: not yet
Bug-Nr: 1066767
---
 tests/test_field.py            | 2 +-
 tests/test_form_field.py       | 2 +-
 tests/test_model_form_field.py | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/test_field.py b/tests/test_field.py
index d357d8a..af63684 100644
--- a/tests/test_field.py
+++ b/tests/test_field.py
@@ -1,6 +1,6 @@
 import pytest
 from django.core.exceptions import ValidationError
-from pytest_lazyfixture import lazy_fixture
+from pytest_lazy_fixtures import lf as lazy_fixture
 
 from timezone_field import TimeZoneField
 
diff --git a/tests/test_form_field.py b/tests/test_form_field.py
index f1a88ad..81c6546 100644
--- a/tests/test_form_field.py
+++ b/tests/test_form_field.py
@@ -1,6 +1,6 @@
 import pytest
 from django import forms
-from pytest_lazyfixture import lazy_fixture
+from pytest_lazy_fixtures import lf as lazy_fixture
 
 from timezone_field import TimeZoneFormField
 
diff --git a/tests/test_model_form_field.py b/tests/test_model_form_field.py
index 71665a6..da14417 100644
--- a/tests/test_model_form_field.py
+++ b/tests/test_model_form_field.py
@@ -1,5 +1,5 @@
 import pytest
-from pytest_lazyfixture import lazy_fixture
+from pytest_lazy_fixtures import lf as lazy_fixture
 
 pytestmark = pytest.mark.filterwarnings("ignore:Model 'tests._model.*' was already registered.")
 
