-
Notifications
You must be signed in to change notification settings - Fork 2
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
Unable to suppress typechecker nitpicks #11
Comments
Just by reading the commit, my initial guess is that you have dependencies (or versions of such) that are installed in some Python environments but not others.
You might find this comment relevant: pypa/setuptools#4586 (comment) Footnotes
|
I can't use this technique. The implementation needs to remain unchanged.
I didn't think this would work - because
I'll probably disable mypy checks before going into this kind of customization. |
I'm hoping this fix also works for jaraco/oathtool#4. |
When merging 3841656 from jaraco/skeleton#136, the tests started failing.
I fixed all the errors on Python 3.12 in 6413a18, but now tests fail on Python 3.8 and 3.9.
@Avasam Can you work out a solution to get mypy checks to pass on all Python versions?
The text was updated successfully, but these errors were encountered: