mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fixed PY-11916 PyCharm nose helper causes DeprecationWarning
This commit is contained in:
@@ -116,7 +116,7 @@ class TeamcityPlugin(ErrorClassPlugin, TextTestResult, TeamcityTestResult):
|
||||
suite = strclass(test.__class__)
|
||||
suite_location = "python_nosetestid://" + suite
|
||||
try:
|
||||
from nose_helper.util import func_lineno
|
||||
from nose.util import func_lineno
|
||||
|
||||
if hasattr(test.test, "descriptor") and test.test.descriptor:
|
||||
suite_location = "file://" + self.test_address(
|
||||
|
||||
Reference in New Issue
Block a user