mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Do not include locally installed plugins in test settings
This commit is contained in:
@@ -187,7 +187,9 @@ try:
|
||||
except ImportError:
|
||||
pass
|
||||
|
||||
PLUGINS = []
|
||||
for entry_point in iter_entry_points(group='pretix.plugin', name=None):
|
||||
PLUGINS.append(entry_point.module_name)
|
||||
INSTALLED_APPS.append(entry_point.module_name)
|
||||
|
||||
CORE_MODULES = {
|
||||
|
||||
Reference in New Issue
Block a user