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:
Tim Abbott 2018-04-24 11:01:07 -07:00
parent b6f5ea0fd2
commit 62fb139af7
1 changed files with 0 additions and 4 deletions

View File

@ -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')