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 1157a7c commit 5813cd8Copy full SHA for 5813cd8
pytest_django/plugin.py
@@ -476,6 +476,11 @@ def get_order_number(test: pytest.Item) -> int:
476
items.sort(key=get_order_number)
477
478
479
+def pytest_unconfigure(config: pytest.Config) -> None:
480
+ blocking_manager = config.stash[blocking_manager_key]
481
+ blocking_manager.unblock()
482
+
483
484
@pytest.fixture(autouse=True, scope="session")
485
def django_test_environment(request: pytest.FixtureRequest) -> Generator[None, None, None]:
486
"""Setup Django's test environment for the testing session.
0 commit comments