Skip to content

Commit 808a0c9

Browse files
author
Michael Barr
committed
Fixed tests from having multiple arguments for INSTALLED_APPS.
1 parent 68fd4f8 commit 808a0c9

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

run_tests.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,6 @@
1717
if VERSION < (1, 6): # pragma: no cover
1818
test_runners_args = {
1919
'TEST_RUNNER': 'discover_runner.DiscoverRunner',
20-
'INSTALLED_APPS': (
21-
'django.contrib.contenttypes',
22-
'django.contrib.auth',
23-
'discover_runner',
24-
'timezone_utils',
25-
'tests',
26-
)
2720
}
2821
settings.configure(
2922
DATABASES={
@@ -35,6 +28,7 @@
3528
INSTALLED_APPS=(
3629
'django.contrib.contenttypes',
3730
'django.contrib.auth',
31+
'discover_runner',
3832
'timezone_utils',
3933
'tests',
4034
),

0 commit comments

Comments
 (0)