We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b11582 commit 870112dCopy full SHA for 870112d
pytest_django/plugin.py
@@ -482,7 +482,7 @@ def _django_db_blocker():
482
483
484
@pytest.fixture(scope="session")
485
-def django_db_blocker(django_db_setup, _django_db_blocker):
+def django_db_blocker(django_db_setup, _django_db_blocker): # noqa: F811
486
"""Wrapper around _django_db_blocker to serve as convenience reference.
487
488
The ``_django_db_blocker`` fixture must be available for the ``django_db_setup``
0 commit comments