From 0e8df261546d5002cd70e49353ad47d7e615d30c Mon Sep 17 00:00:00 2001 From: Őry Máté <ory.mate@cloud.bme.hu> Date: Wed, 30 Jul 2014 09:58:36 +0200 Subject: [PATCH] speed up tests 80s -> 45s on my devenv --- circle/circle/settings/test.py | 1 + circle/dashboard/fixtures/test-vm-fixture.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/circle/circle/settings/test.py b/circle/circle/settings/test.py index 48db884..83f20b8 100644 --- a/circle/circle/settings/test.py +++ b/circle/circle/settings/test.py @@ -39,6 +39,7 @@ INSTALLED_APPS += ( ) TEST_RUNNER = 'django_nose.NoseTestSuiteRunner' NOSE_ARGS = ['--with-doctest'] +PASSWORD_HASHERS = ['django.contrib.auth.hashers.MD5PasswordHasher'] CACHES = { 'default': { diff --git a/circle/dashboard/fixtures/test-vm-fixture.json b/circle/dashboard/fixtures/test-vm-fixture.json index 16abd83..7c83d19 100644 --- a/circle/dashboard/fixtures/test-vm-fixture.json +++ b/circle/dashboard/fixtures/test-vm-fixture.json @@ -1322,7 +1322,7 @@ "user_permissions": [ 115 ], - "password": "pbkdf2_sha256$10000$KIoeMs78MiOj$PnVXn3YJMehbOciBO32CMzqL0ZnQrzrdb7+b5dE13os=", + "password": "md5$qLN4mQMOrsUJ$f07129fd1a289a0afb4e09f7a6816a4f", "email": "test@example.org", "date_joined": "2013-09-04T15:29:49.914Z" } -- libgit2 0.26.0