Author: Ronan Lamy <[email protected]>
Branch: 
Changeset: r87905:698bbad94b29
Date: 2016-10-20 18:57 +0100
http://bitbucket.org/pypy/pypy/changeset/698bbad94b29/

Log:    kill DIY appdirect tests

diff --git a/pypy/module/array/test/test_array.py 
b/pypy/module/array/test/test_array.py
--- a/pypy/module/array/test/test_array.py
+++ b/pypy/module/array/test/test_array.py
@@ -929,16 +929,6 @@
         assert a[0] == u'b'
 
 
-class TestCPythonsOwnArray(BaseArrayTests):
-    def setup_class(cls):
-        import array
-        cls.array = array.array
-        import struct
-        cls.struct = struct
-        cls.tempfile = str(pytest.ensuretemp('array').join('tmpfile'))
-        cls.maxint = sys.maxint
-
-
 class AppTestArray(BaseArrayTests):
     spaceconfig = {'usemodules': ['array', 'struct', '_rawffi', 'binascii']}
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to