[pypy-commit] pypy py3.5: fix test

rlamy pypy.commits at gmail.com
Tue May 16 15:58:27 EDT 2017


Author: Ronan Lamy <ronan.lamy at gmail.com>
Branch: py3.5
Changeset: r91318:f74c6e0f3dd2
Date: 2017-05-16 20:57 +0100
http://bitbucket.org/pypy/pypy/changeset/f74c6e0f3dd2/

Log:	fix test

diff --git a/pypy/module/cpyext/test/test_object.py b/pypy/module/cpyext/test/test_object.py
--- a/pypy/module/cpyext/test/test_object.py
+++ b/pypy/module/cpyext/test/test_object.py
@@ -217,7 +217,7 @@
                 gateway.interp2app(_cur_memory_pressure))
         else:
             def _skip_test(*ignored):
-                pytest.skip("not for -A testing")
+                skip("not for -A testing")
             cls.w_reset_memory_pressure = _skip_test
 
     def teardown_class(cls):


More information about the pypy-commit mailing list