[pypy-commit] pypy py3k: gzip needs zlib of course

amauryfa noreply at buildbot.pypy.org
Mon Nov 7 21:22:38 CET 2011


Author: Amaury Forgeot d'Arc <amauryfa at gmail.com>
Branch: py3k
Changeset: r48878:b980324f6ad7
Date: 2011-11-07 21:02 +0100
http://bitbucket.org/pypy/pypy/changeset/b980324f6ad7/

Log:	gzip needs zlib of course

diff --git a/lib-python/conftest.py b/lib-python/conftest.py
--- a/lib-python/conftest.py
+++ b/lib-python/conftest.py
@@ -237,7 +237,7 @@
     RegrTest('test_global.py', core=True),
     RegrTest('test_grammar.py', core=True),
     RegrTest('test_grp.py', skip=skip_win32),
-    RegrTest('test_gzip.py'),
+    RegrTest('test_gzip.py', usemodules='zlib'),
     RegrTest('test_hash.py', core=True),
     RegrTest('test_hashlib.py', core=True),
     RegrTest('test_heapq.py', core=True),


More information about the pypy-commit mailing list