» ./python.exe Lib/test/test_inspect/test_inspect.py
/Users/sobolev/Desktop/cpython2/Lib/test/test_inspect/test_inspect.py:43: ImportWarning: can't resolve package from __spec__ or __package__, falling back on __name__ and __path__
from . import inspect_fodder as mod
Traceback (most recent call last):
File "/Users/sobolev/Desktop/cpython2/Lib/test/test_inspect/test_inspect.py", line 43, in <module>
from . import inspect_fodder as mod
ImportError: attempted relative import with no known parent package
I will send a PR.
Bug report
I will send a PR.
Linked PRs
test_inspect#116787test_inspect(GH-116787) #116794test_inspect(GH-116787) #116795