Commit 376e8cb180e7f239eb7aeed3c026157d4dc1ae44

Authored by Sergio Oliveira
1 parent 87ab9ed3
Exists in trac_indexing

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 6 os.environ['DJANGO_SETTINGS_MODULE'] = 'tests.settings'
7 7 os.environ['COLAB_SETTINGS'] = 'tests/settings.yaml'
8 8 os.environ['COVERAGE_PROCESS_START'] = '.coveragerc'
9   -os.environ['REUSE_DB'] = '1'
10 9  
11 10 import django
12 11 import coverage
... ...