This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author iritkatriel
Recipients eric.araujo, iritkatriel, pitrou, ronaldoussoren, tarek
Date 2020-11-09.00:04:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604880293.12.0.580991774885.issue8730@roundup.psfhosted.org>
In-reply-to
Content
The skip has been added:

@unittest.skipUnless(find_executable('compress'),
                     'The compress program is required')
def test_compress_deprecated(self):

https://github.com/python/cpython/blob/23831a7a90956e38b7d70304bb6afe30d37936de/Lib/distutils/tests/test_archive_util.py#L204
History
Date User Action Args
2020-11-09 00:04:53iritkatrielsetrecipients: + iritkatriel, ronaldoussoren, pitrou, tarek, eric.araujo
2020-11-09 00:04:53iritkatrielsetmessageid: <1604880293.12.0.580991774885.issue8730@roundup.psfhosted.org>
2020-11-09 00:04:53iritkatriellinkissue8730 messages
2020-11-09 00:04:52iritkatrielcreate