Skip to content
This repository was archived by the owner on Mar 15, 2024. It is now read-only.

Commit 59c13f0

Browse files
blueyedmfa
authored andcommitted
Makefile: fix DJANGO_SETTINGS_MODULE env default
It is not used currently though, see pytest-dev#199.
1 parent 3c78e52 commit 59c13f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.PHONY: docs test clean isort
22

3-
export DJANGO_SETTINGS_MODULE?=tests.settings_sqlite
3+
export DJANGO_SETTINGS_MODULE?=pytest_django_test.settings_sqlite_file
44

55
testenv: bin/py.test
66

0 commit comments

Comments
 (0)