From: Robert Bradshaw Date: Sat, 7 Sep 2013 20:45:22 +0000 (-0700) Subject: Add no-cpp tag to numpy_math test. X-Git-Tag: 0.20b1~331 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bf03e688c45ab6d693c49fee5e734bcd53ad15c5;p=platform%2Fupstream%2Fpython-cython.git Add no-cpp tag to numpy_math test. --- diff --git a/tests/run/numpy_math.pyx b/tests/run/numpy_math.pyx index 726cb9b..fb9355b 100644 --- a/tests/run/numpy_math.pyx +++ b/tests/run/numpy_math.pyx @@ -1,5 +1,8 @@ # tag: numpy +# Numpy <= 1.7.1 doesn't have a C++ guard in the header file. +# tag: no-cpp + cimport numpy.math as npmath