Skip to content

Commit

Permalink
Tests speedup.
Browse files Browse the repository at this point in the history
  • Loading branch information
BertrandBordage committed Oct 21, 2014
1 parent 19f3060 commit 795ba3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
del CACHES[DEFAULT_CACHE_KEY]

settings.configure(
DEBUG=True,
INSTALLED_APPS=(
'cachalot',
'django.contrib.auth',
Expand All @@ -57,6 +56,7 @@
DATABASES=DATABASES,
CACHES=CACHES,
MIDDLEWARE_CLASSES=(),
PASSWORD_HASHERS=('django.contrib.auth.hashers.MD5PasswordHasher',),
)


Expand Down

0 comments on commit 795ba3a

Please sign in to comment.