Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93460d0 commit 15e5024Copy full SHA for 15e5024
1 file changed
Lib/test/test_importlib/test_zip.py
@@ -7,7 +7,10 @@
7
)
8
from importlib.resources import path
9
10
+from test.support import requires_zlib
11
12
+
13
+@requires_zlib
14
class TestZip(unittest.TestCase):
15
root = 'test.test_importlib.data'
16
@@ -47,6 +50,7 @@ def test_files(self):
47
50
assert '.whl/' in path, path
48
51
49
52
53
54
class TestEgg(TestZip):
55
def setUp(self):
56
# Find the path to the example-*.egg so we can add it to the front of
0 commit comments