Wagtail 3 changes
This commit is contained in:
committed by
nick.moreton
parent
dd4530203f
commit
c7eaec1315
@ -1,8 +1,6 @@
|
||||
import pytest
|
||||
|
||||
pytest_plugins = [
|
||||
'tests.fixtures'
|
||||
]
|
||||
pytest_plugins = ["tests.fixtures"]
|
||||
|
||||
|
||||
@pytest.fixture(autouse=True)
|
||||
@ -10,7 +8,7 @@ def enable_db_access(db):
|
||||
pass
|
||||
|
||||
|
||||
@pytest.fixture(scope='session')
|
||||
@pytest.fixture(scope="session")
|
||||
def django_db_setup(django_db_setup, django_db_blocker):
|
||||
from wagtail.core.models import Page, Site
|
||||
|
||||
|
Reference in New Issue
Block a user