Author: Ronan Lamy <ronan.l...@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):
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to