forked from CGM_Public/pretix_original
Do not include locally installed plugins in test settings
This commit is contained in:
@@ -7,3 +7,6 @@ TEST_DIR = os.path.dirname(__file__)
|
||||
TEMPLATES[0]['DIRS'].append(os.path.join(TEST_DIR, 'templates')) # NOQA
|
||||
|
||||
INSTALLED_APPS.append('tests.testdummy') # NOQA
|
||||
|
||||
for a in PLUGINS:
|
||||
INSTALLED_APPS.remove(a)
|
||||
Reference in New Issue
Block a user