Skip to content

Commit

Permalink
tests: Use :memory: so it runs without erroring
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Apr 23, 2022
1 parent aec8ce5 commit b203b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"robots",
]

DATABASES = {"default": {"ENGINE": "django.db.backends.sqlite3"}}
DATABASES = {"default": {"ENGINE": "django.db.backends.sqlite3", "NAME": ":memory:"}}

ROOT_URLCONF = "tests.urls"

Expand Down

0 comments on commit b203b7a

Please sign in to comment.