Searched refs:ZLIB_SUPPORT (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Lib/distutils/tests/ |
D | test_sdist.py | 13 ZLIB_SUPPORT = True variable 15 ZLIB_SUPPORT = False variable 90 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run') 135 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run') 168 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run') 247 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run') 334 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run') 376 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run') 393 @unittest.skipUnless(ZLIB_SUPPORT, "Need zlib support to run") 410 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run') [all …]
|
D | test_bdist_dumb.py | 24 ZLIB_SUPPORT = True variable 26 ZLIB_SUPPORT = False variable 45 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
|
D | test_archive_util.py | 33 ZLIB_SUPPORT = True variable 35 ZLIB_SUPPORT = False variable 64 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run') 72 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run') 146 and ZLIB_SUPPORT, 235 @unittest.skipUnless(ZIP_SUPPORT and ZLIB_SUPPORT, 309 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run') 363 @unittest.skipUnless(ZLIB_SUPPORT, "Requires zlib")
|