Author: Armin Rigo <[email protected]>
Branch:
Changeset: r2598:93b41e913bad
Date: 2016-01-16 15:53 +0100
http://bitbucket.org/cffi/cffi/changeset/93b41e913bad/
Log: here too
diff --git a/testing/cffi1/test_verify1.py b/testing/cffi1/test_verify1.py
--- a/testing/cffi1/test_verify1.py
+++ b/testing/cffi1/test_verify1.py
@@ -71,8 +71,8 @@
assert lib.sin(1.23) == math.sin(1.23)
def _Wconversion(cdef, source, **kargs):
- if sys.platform == 'win32':
- py.test.skip("needs GCC or Clang")
+ if sys.platform in ('win32', 'darwin'):
+ py.test.skip("needs GCC")
ffi = FFI()
ffi.cdef(cdef)
py.test.raises(VerificationError, ffi.verify, source, **kargs)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit