Skip to content

Commit

Permalink
Setting import test db to the module level instead of the session see…
Browse files Browse the repository at this point in the history
…ms to help.
  • Loading branch information
fbanados committed Oct 17, 2024
1 parent 3872a3f commit 139e1bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/morphodict/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from django.core.management import call_command


@pytest.fixture(scope="session")
@pytest.fixture(scope="module")
def django_db_setup(request, django_db_blocker):
"""
Normally pytest-django creates a new, empty in-memory database and runs
Expand Down

0 comments on commit 139e1bb

Please sign in to comment.