Skip to content

Commit 289a155

Browse files
sobolevnvstinner
authored andcommitted
pythongh-116785: Fix direct invocation of test_inspect (python#116787)
1 parent e65f589 commit 289a155

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Lib/test/test_inspect/test_inspect.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@
4040
from test.support import has_subprocess_support, SuppressCrashReport
4141
from test import support
4242

43-
from . import inspect_fodder as mod
44-
from . import inspect_fodder2 as mod2
45-
from . import inspect_stock_annotations
46-
from . import inspect_stringized_annotations
47-
from . import inspect_stringized_annotations_2
43+
from test.test_inspect import inspect_fodder as mod
44+
from test.test_inspect import inspect_fodder2 as mod2
45+
from test.test_inspect import inspect_stock_annotations
46+
from test.test_inspect import inspect_stringized_annotations
47+
from test.test_inspect import inspect_stringized_annotations_2
4848

4949

5050
# Functions tested in this suite:

0 commit comments

Comments
 (0)