Fix test failures caused by axes in buster

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2019-07-17 16:41:34 -07:00 committed by James Valleroy
parent 5df8326741
commit 45ce2ae08b
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -23,6 +23,12 @@ import os
TEST_DATA_DIR = os.path.dirname(os.path.abspath(__file__))
CACHES = {
'default': {
'BACKEND': 'django.core.cache.backends.dummy.DummyCache'
}
}
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',