-
Notifications
You must be signed in to change notification settings - Fork 117
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
Some test regressions on Python 3.14.0a1 #502
Comments
The output now has
Python 3.14 is adding a public
This one I’m not quite sure how to fix. |
I see that @JelleZijlstra already started working on this in #492. |
I think that it was fixed already because I can't reproduce it with the current version. If you agree, please close this issue, thanks. |
Things to check first
I have searched the existing issues and didn't find my bug already reported there
I have checked that my bug is still present in the latest release
Typeguard version
Current
master
, b6a7e43Python version
3.14.0a1
What happened?
With
pytest -W 'ignore::DeprecationWarning'
:Without
-W 'ignore::DeprecationWarning'
, I also see a lot ofHow can we reproduce the bug?
The text was updated successfully, but these errors were encountered: