mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
settings: Move TEST_WORKER_DIR to computed_settings.
mypy_django_plugin can only access settings from zproject.settings. Signed-off-by: Zixuan James Li <p359101898@gmail.com>
This commit is contained in:
committed by
Tim Abbott
parent
f994ba30b8
commit
b0ffe45835
@@ -111,6 +111,8 @@ RUNNING_OPENAPI_CURL_TEST = False
|
||||
GENERATE_STRIPE_FIXTURES = False
|
||||
# This is overridden in test_settings.py for the test suites
|
||||
BAN_CONSOLE_OUTPUT = False
|
||||
# This is overridden in test_settings.py for the test suites
|
||||
TEST_WORKER_DIR = ""
|
||||
|
||||
# These are the settings that we will check that the user has filled in for
|
||||
# production deployments before starting the app. It consists of a series
|
||||
|
Reference in New Issue
Block a user