-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-45182: Fix incorrect use of requires_zlib in test_bdist_rpm #28305
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
bpo-45182: Fix incorrect use of requires_zlib in test_bdist_rpm #28305
Conversation
It is a decorator factory and should be always followed by "()".
🤖 New build scheduled with the buildbot fleet by @serhiy-storchaka for commit f25763d 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10. |
…onGH-28305) It is a decorator factory and should be always followed by "()". (cherry picked from commit 9260e67) Co-authored-by: Serhiy Storchaka <[email protected]>
GH-28308 is a backport of this pull request to the 3.10 branch. |
…onGH-28305) It is a decorator factory and should be always followed by "()". (cherry picked from commit 9260e67) Co-authored-by: Serhiy Storchaka <[email protected]>
GH-28309 is a backport of this pull request to the 3.9 branch. |
…8305) It is a decorator factory and should be always followed by "()". (cherry picked from commit 9260e67) Co-authored-by: Serhiy Storchaka <[email protected]>
…8305) It is a decorator factory and should be always followed by "()". (cherry picked from commit 9260e67) Co-authored-by: Serhiy Storchaka <[email protected]>
It was passing the test function itself as an argument, skipping the test always. See python/cpython#28305 for the same fix in CPython.
It is a decorator factory and should be always followed by "()".
https://bugs.python.org/issue45182