Author: Ronan Lamy <ronan.l...@gmail.com>
Branch: py3k
Changeset: r87009:038cf89fd5e2
Date: 2016-09-11 20:56 +0100
http://bitbucket.org/pypy/pypy/changeset/038cf89fd5e2/

Log:    Fix skipping of AppTestApi

diff --git a/pypy/module/cpyext/test/test_cpyext.py 
b/pypy/module/cpyext/test/test_cpyext.py
--- a/pypy/module/cpyext/test/test_cpyext.py
+++ b/pypy/module/cpyext/test/test_cpyext.py
@@ -255,9 +255,9 @@
         # enabled automatically by pypy.conftest.
         return leaking
 
+@pytest.mark.xfail(reason="Skipped until other tests in this file are 
unskipped")
 class AppTestApi(LeakCheckingTest):
     def setup_class(cls):
-        skip("Skipped until other tests in this file are unskipped")
         from rpython.rlib.clibffi import get_libc_name
         if cls.runappdirect:
             cls.libc = get_libc_name()
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to