Author: Benjamin Peterson <benja...@python.org>
Branch: 
Changeset: r93682:321c8707dfd5
Date: 2018-01-19 00:14 -0800
http://bitbucket.org/pypy/pypy/changeset/321c8707dfd5/

Log:    stop defending against Python 2.5

diff --git a/rpython/rlib/rstruct/test/test_ieee.py 
b/rpython/rlib/rstruct/test/test_ieee.py
--- a/rpython/rlib/rstruct/test/test_ieee.py
+++ b/rpython/rlib/rstruct/test/test_ieee.py
@@ -59,9 +59,6 @@
 
 
 class TestFloatPacking:
-    def setup_class(cls):
-        if sys.version_info < (2, 6):
-            py.test.skip("the 'struct' module of this old CPython is broken")
 
     def check_float(self, x):
         # check roundtrip
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to