Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No need to do runtime tests within test-rt folder #67

Closed
abelcheung opened this issue Nov 8, 2024 · 1 comment
Closed

No need to do runtime tests within test-rt folder #67

abelcheung opened this issue Nov 8, 2024 · 1 comment
Labels
enhancement New feature or request testsuite Issues concerning test suite

Comments

@abelcheung
Copy link
Owner

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.

@abelcheung abelcheung added enhancement New feature or request testsuite Issues concerning test suite labels Nov 8, 2024
@abelcheung abelcheung mentioned this issue Nov 8, 2024
8 tasks
@abelcheung
Copy link
Owner Author

Fixed in 37d5697 by changing folder name, as well as fixing mypy adapter scanning process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request testsuite Issues concerning test suite
Projects
Development

No branches or pull requests

1 participant