[pypy-commit] cffi default: Remove this skip, which is no longer true.

arigo noreply at buildbot.pypy.org
Sun Aug 12 23:35:17 CEST 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r835:4997bd3734c3
Date: 2012-08-12 21:32 +0000
http://bitbucket.org/cffi/cffi/changeset/4997bd3734c3/

Log:	Remove this skip, which is no longer true.

diff --git a/testing/test_ffi_backend.py b/testing/test_ffi_backend.py
--- a/testing/test_ffi_backend.py
+++ b/testing/test_ffi_backend.py
@@ -1,10 +1,3 @@
-import sys
-
-import py
-
-if '__pypy__' in sys.modules:
-    py.test.skip("C backend tests are CPython only")
-
 from testing import backend_tests, test_function, test_ownlib
 import _cffi_backend
 


More information about the pypy-commit mailing list