8000 [3.11] gh-116785: Fix direct invocation of `test_inspect` (GH-116787)… · python/cpython@c42e709 · GitHub
[go: up one dir, main page]

Skip to content

Commit c42e709

Browse files
[3.11] gh-116785: Fix direct invocation of test_inspect (GH-116787) (#116795)
gh-116785: Fix direct invocation of `test_inspect` (GH-116787) (cherry picked from commit 66fb613) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
1 parent 1080dd1 commit c42e709

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Lib/test/test_inspect/test_inspect.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
from test.support.script_helper import assert_python_ok, assert_python_failure
3333
from test import support
3434

35-
from . import inspect_fodder as mod
36-
from . import inspect_fodder2 as mod2
37-
from . import inspect_stock_annotations
38-
from . import inspect_stringized_annotations
39-
from . import inspect_stringized_annotations_2
35+
from test.test_inspect import inspect_fodder as mod
36+
from test.test_inspect import inspect_fodder2 as mod2
37+
from test.test_inspect import inspect_stock_annotations
38+
from test.test_inspect import inspect_stringized_annotations
39+
from test.test_inspect import inspect_stringized_annotations_2
4040

4141

4242
# Functions tested in this suite:

0 commit comments

Comments
 (0)
0