mirror of https://github.com/zulip/zulip.git
Revert "test_fixtures: Add settings files to things that require reprovision."
This reverts commit 2bc51931a8
.
See #9210 for the follow-up work needed before we can re-add this.
This commit is contained in:
parent
b6f5ea0fd2
commit
62fb139af7
|
@ -106,10 +106,6 @@ def is_template_database_current(
|
|||
'zerver/lib/generate_test_data.py',
|
||||
'tools/setup/postgres-init-test-db',
|
||||
'tools/setup/postgres-init-dev-db',
|
||||
'zproject/dev_settings.py',
|
||||
'zproject/prod_settings_template.py',
|
||||
'zproject/settings.py',
|
||||
'zproject/test_settings.py',
|
||||
]
|
||||
if status_dir is None:
|
||||
status_dir = os.path.join(UUID_VAR_DIR, 'test_db_status')
|
||||
|
|
Loading…
Reference in New Issue