Skip to content

Commit cca2dff

Browse files
author
Lode Rosseel
committed
Remove unblock kwarg from sync
1 parent 061ca4b commit cca2dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_django/fixtures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ def _sync_django_db_helper(
239239
"django_db_serialized_rollback" in request.fixturenames
240240
)
241241

242-
with django_db_blocker.unblock(sync_only=not transactional):
242+
with django_db_blocker.unblock():
243243
import django.db
244244
import django.test
245245

0 commit comments

Comments
 (0)