Commit 376e8cb180e7f239eb7aeed3c026157d4dc1ae44
1 parent
87ab9ed3
removed settings not used for tests
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
tests/run.py
@@ -6,7 +6,6 @@ import sys | @@ -6,7 +6,6 @@ import sys | ||
6 | os.environ['DJANGO_SETTINGS_MODULE'] = 'tests.settings' | 6 | os.environ['DJANGO_SETTINGS_MODULE'] = 'tests.settings' |
7 | os.environ['COLAB_SETTINGS'] = 'tests/settings.yaml' | 7 | os.environ['COLAB_SETTINGS'] = 'tests/settings.yaml' |
8 | os.environ['COVERAGE_PROCESS_START'] = '.coveragerc' | 8 | os.environ['COVERAGE_PROCESS_START'] = '.coveragerc' |
9 | -os.environ['REUSE_DB'] = '1' | ||
10 | 9 | ||
11 | import django | 10 | import django |
12 | import coverage | 11 | import coverage |