]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40029 mark test_importlib.test_zip as requiring zlib (#19105)
authorRoman Yurchak <rth.yurchak@gmail.com>
Tue, 24 Mar 2020 19:02:53 +0000 (20:02 +0100)
committerGitHub <noreply@github.com>
Tue, 24 Mar 2020 19:02:53 +0000 (15:02 -0400)
commit15e5024d04fc89d948ae761d88048bc58a56b650
treeea1fb19f9a2676ce76fa2477e3d97e6e96b118ac
parent93460d097f50db0870161a63911d61ce3c5f4583
bpo-40029 mark test_importlib.test_zip as requiring zlib (#19105)

* bpo-40029 mark test_importlib.test_zip as requiring zlib

* Decorate TestZip / TestEgg classes as requiring zlib
Lib/test/test_importlib/test_zip.py