Author: Matti Picus <[email protected]>
Branch:
Changeset: r95926:0105b3a8389f
Date: 2019-02-10 17:13 +0200
http://bitbucket.org/pypy/pypy/changeset/0105b3a8389f/
Log: skip test on old zlib version
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')
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