Skip to content

Commit 90d0f6c

Browse files
committed
_django_setup_unittest: django_test_environment is auto-used
1 parent e60de7b commit 90d0f6c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pytest_django/plugin.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,6 @@ def _django_setup_unittest(request, django_db_blocker):
515515
if not django_settings_is_configured() or not is_django_unittest(request):
516516
return
517517

518-
request.getfixturevalue("django_test_environment")
519518
request.getfixturevalue("django_db_setup")
520519

521520
django_db_blocker.unblock()

0 commit comments

Comments
 (0)