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.
_django_db_marker
1 parent 8433d5b commit 3e03224Copy full SHA for 3e03224
pytest_django/plugin.py
@@ -457,11 +457,7 @@ def django_db_blocker() -> "Optional[_DatabaseBlocker]":
457
458
@pytest.fixture(autouse=True)
459
def _django_db_marker(request) -> None:
460
- """Implement the django_db marker, internal to pytest-django.
461
-
462
- This will dynamically request the ``db``, ``transactional_db`` or
463
- ``django_db_reset_sequences`` fixtures as required by the django_db marker.
464
- """
+ """Implement the django_db marker, internal to pytest-django."""
465
marker = request.node.get_closest_marker("django_db")
466
if marker:
467
request.getfixturevalue("_django_db_helper")
0 commit comments