diff options
Diffstat (limited to 'tests/admin_scripts')
| -rw-r--r-- | tests/admin_scripts/tests.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/admin_scripts/tests.py b/tests/admin_scripts/tests.py index 3b5b0380f0..114d819847 100644 --- a/tests/admin_scripts/tests.py +++ b/tests/admin_scripts/tests.py @@ -134,6 +134,7 @@ class AdminScriptTestCase(SimpleTestCase): python_path.extend(ext_backend_base_dirs) test_environ["PYTHONPATH"] = os.pathsep.join(python_path) test_environ["PYTHONWARNINGS"] = "" + test_environ["PYTHON_COLORS"] = "0" p = subprocess.run( [sys.executable, *args], @@ -2551,6 +2552,7 @@ class ArgumentOrder(AdminScriptTestCase): ) +@mock.patch.dict(os.environ, {"PYTHON_COLORS": "0"}) class ExecuteFromCommandLine(SimpleTestCase): def test_program_name_from_argv(self): """ |
