Try running tests in parellel

This commit is contained in:
Mouse Reeve
2021-08-02 12:34:18 -07:00
parent 8d476804c2
commit 1791b5b9fa
3 changed files with 2 additions and 15 deletions

View File

@ -1,14 +0,0 @@
""" bookwyrm settings and configuration """
from bookwyrm.settings import *
MIGRATION_MODULES = {
'auth': None,
'contenttypes': None,
'default': None,
'sessions': None,
'core': None,
'profiles': None,
'snippets': None,
'scaffold_templates': None,
}