-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
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
gh-98713: Use @cpython_only
for a test that fails on PyPy
#98714
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we maybe add a short news entry? The test made it into 3.11.0.
Otherwise this looks good! You beat the PR I was writing to the finish line ;)
I've never seen a NEWS entry for tests. If others say so - I surely will add it. |
We usually skip news for PRs that improve test coverage etc, but this is fixing a bug in the test suite that existed in a previous release of Python, so I'd argue for including a short news entry. |
Misc/NEWS.d/next/Tests/2022-10-26-15-19-20.gh-issue-98713.Lnu32R.rst
Outdated
Show resolved
Hide resolved
…2R.rst Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
@sobolevn: Status check is done, and it's a failure or timed out ❌. |
The |
Thanks @sobolevn for the PR, and @AlexWaygood for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11. |
GH-98717 is a backport of this pull request to the 3.11 branch. |
…thonGH-98714) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> (cherry picked from commit 9495360) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> (cherry picked from commit 9495360) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
typing
tests:test_overload_on_compiled_functions()
may not work on alternative Python implementations #98713Automerge-Triggered-By: GH:AlexWaygood