You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally mypy fail to run with "not a valid Python package name" error outside of test-rt folder due to python/mypy#8400. But with suggestion given in python/mypy#10515, removing __init__.py can prevent it being treated as module. So there should be no need for clumsy tox and pytest setup after next release.
The text was updated successfully, but these errors were encountered:
Originally
mypy
fail to run with "not a valid Python package name" error outside oftest-rt
folder due to python/mypy#8400. But with suggestion given in python/mypy#10515, removing__init__.py
can prevent it being treated as module. So there should be no need for clumsytox
andpytest
setup after next release.The text was updated successfully, but these errors were encountered: