The psutil/tests/__main__.py file have shebang but it is impossible to run the file:
$ psutil/tests/__main__.py
Traceback (most recent call last):
File "/tmp/psutil/psutil/tests/__main__.py", line 11, in <module>
from .runner import main
ImportError: attempted relative import with no known parent package
Summary
Description
The
psutil/tests/__main__.py
file have shebang but it is impossible to run the file:So let's remove the shebang.