mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
This commit is contained in:
parent
efa2e04033
commit
bfd488c51f
1 changed files with 1 additions and 1 deletions
|
@ -429,7 +429,7 @@ class SDistTestCase(PyPIRCCommandTestCase):
|
|||
self.assertEqual(sorted(filenames), ['fake-1.0', 'fake-1.0/PKG-INFO',
|
||||
'fake-1.0/README.manual'])
|
||||
|
||||
@unittest.skipUnless(zlib, "requires zlib")
|
||||
@unittest.skipUnless(ZLIB_SUPPORT, "requires zlib")
|
||||
@unittest.skipUnless(UID_GID_SUPPORT, "Requires grp and pwd support")
|
||||
@unittest.skipIf(find_executable('tar') is None,
|
||||
"The tar command is not found")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue