From: Alexandre Detiste <tchet@debian.org>
Subject: pytest_lazyfixture is unmaintained and slated for removal
Forwarded: not yet
Bug-Nr: 1066767

--- 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
 
--- 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
 
--- 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.")
 
