From: Nikita Sobolev Date: Thu, 14 Mar 2024 09:55:54 +0000 (+0300) Subject: gh-116785: Fix direct invocation of `test_inspect` (#116787) X-Git-Tag: v3.13.0a6~327 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=66fb613d90fe3dea32130a5937963a9362c8a59e;p=thirdparty%2FPython%2Fcpython.git gh-116785: Fix direct invocation of `test_inspect` (#116787) --- diff --git a/Lib/test/test_inspect/test_inspect.py b/Lib/test/test_inspect/test_inspect.py index 52cf68b93b85..9a9d34df2360 100644 --- a/Lib/test/test_inspect/test_inspect.py +++ b/Lib/test/test_inspect/test_inspect.py @@ -40,11 +40,11 @@ from test.support.script_helper import assert_python_ok, assert_python_failure, from test.support import has_subprocess_support, SuppressCrashReport from test import support -from . import inspect_fodder as mod -from . import inspect_fodder2 as mod2 -from . import inspect_stock_annotations -from . import inspect_stringized_annotations -from . import inspect_stringized_annotations_2 +from test.test_inspect import inspect_fodder as mod +from test.test_inspect import inspect_fodder2 as mod2 +from test.test_inspect import inspect_stock_annotations +from test.test_inspect import inspect_stringized_annotations +from test.test_inspect import inspect_stringized_annotations_2 # Functions tested in this suite: