mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fixed PY-11610 Django johnny-cache breaks django_test_manage.py
This commit is contained in:
@@ -4,13 +4,13 @@ from tcunittest import TeamcityTestRunner
|
||||
from tcmessages import TeamcityServiceMessages
|
||||
|
||||
from pycharm_run_utils import adjust_django_sys_path
|
||||
adjust_django_sys_path()
|
||||
|
||||
from django.conf import settings
|
||||
|
||||
if hasattr(settings, "TEST_RUNNER") and "NoseTestSuiteRunner" in settings.TEST_RUNNER:
|
||||
from nose_utils import TeamcityNoseRunner
|
||||
|
||||
adjust_django_sys_path()
|
||||
|
||||
from django.test.testcases import TestCase
|
||||
from django import VERSION
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user