]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45182: Fix incorrect use of requires_zlib in test_bdist_rpm (GH-28305)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 13 Sep 2021 17:08:35 +0000 (10:08 -0700)
committerGitHub <noreply@github.com>
Mon, 13 Sep 2021 17:08:35 +0000 (10:08 -0700)
commit218fe2cb798df32a722f61b95db280f6685ec3e6
tree14c51f5f6a4e76d9d77a00c5b838dd363a1db4fe
parent5d28bb699a305135a220a97ac52e90d9344a3004
bpo-45182: Fix incorrect use of requires_zlib in test_bdist_rpm (GH-28305)

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

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/distutils/tests/test_bdist_rpm.py