mirror of
https://github.com/django/django.git
synced 2025-06-05 11:39:13 +00:00
Fixed test failures on Windows.
refs #21092 and 8d7e048a8b428bebe82be735a84570f9250441e6
This commit is contained in:
parent
6d3ebe10f4
commit
c4f772ed34
@ -133,7 +133,7 @@ class AdminScriptTestCase(unittest.TestCase):
|
|||||||
|
|
||||||
# Set the test environment
|
# Set the test environment
|
||||||
if settings_file:
|
if settings_file:
|
||||||
test_environ['DJANGO_SETTINGS_MODULE'] = settings_file
|
test_environ['DJANGO_SETTINGS_MODULE'] = str(settings_file)
|
||||||
elif 'DJANGO_SETTINGS_MODULE' in test_environ:
|
elif 'DJANGO_SETTINGS_MODULE' in test_environ:
|
||||||
del test_environ['DJANGO_SETTINGS_MODULE']
|
del test_environ['DJANGO_SETTINGS_MODULE']
|
||||||
python_path = [base_dir, django_dir, tests_dir]
|
python_path = [base_dir, django_dir, tests_dir]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user