Author: Matti Picus <[email protected]>
Branch: 
Changeset: r98219:b0234b636414
Date: 2019-12-02 18:03 +0200
http://bitbucket.org/pypy/pypy/changeset/b0234b636414/

Log:    centos6 has an old version of zlib

diff --git a/rpython/rlib/test/test_rzlib.py b/rpython/rlib/test/test_rzlib.py
--- a/rpython/rlib/test/test_rzlib.py
+++ b/rpython/rlib/test/test_rzlib.py
@@ -274,7 +274,7 @@
     rzlib.deflateEnd(copied)
     assert bytes1 + bytes_copy == compressed
 
[email protected](rzlib.ZLIB_VERSION == '1.2.8', reason='does not error 
check')
[email protected](rzlib.ZLIB_VERSION in ('1.2.3', '1.2.8'), reason='does 
not error check')
 def test_unsuccessful_compress_copy():
     """
     Errors during unsuccesful deflateCopy operations raise RZlibErrors.
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to