Skip to content

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

Merged

Conversation

serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented Sep 13, 2021

It is a decorator factory and should be always followed by "()".

https://bugs.python.org/issue45182

It is a decorator factory and should be always followed by "()".
@serhiy-storchaka serhiy-storchaka added tests Tests in the Lib/test dir skip news 🔨 test-with-buildbots Test PR w/ buildbots; report in status section needs backport to 3.9 only security fixes needs backport to 3.10 only security fixes labels Sep 13, 2021
@bedevere-bot
Copy link

🤖 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.

@bedevere-bot bedevere-bot removed the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Sep 13, 2021
@serhiy-storchaka serhiy-storchaka merged commit 9260e67 into python:main Sep 13, 2021
@miss-islington
Copy link
Contributor

Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 13, 2021
…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]>
@bedevere-bot
Copy link

GH-28308 is a backport of this pull request to the 3.10 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.10 only security fixes label Sep 13, 2021
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 13, 2021
…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]>
@bedevere-bot
Copy link

GH-28309 is a backport of this pull request to the 3.9 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.9 only security fixes label Sep 13, 2021
@serhiy-storchaka serhiy-storchaka deleted the test-distutils-requires_zlib branch September 13, 2021 11:11
miss-islington added a commit that referenced this pull request Sep 13, 2021
…8305)

It is a decorator factory and should be always followed by "()".
(cherry picked from commit 9260e67)

Co-authored-by: Serhiy Storchaka <[email protected]>
miss-islington added a commit that referenced this pull request Sep 13, 2021
…8305)

It is a decorator factory and should be always followed by "()".
(cherry picked from commit 9260e67)

Co-authored-by: Serhiy Storchaka <[email protected]>
lazka added a commit to lazka/distutils that referenced this pull request Dec 27, 2021
It was passing the test function itself as an argument, skipping the test always.

See python/cpython#28305 for the same fix in CPython.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants