From bf03e688c45ab6d693c49fee5e734bcd53ad15c5 Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Sat, 7 Sep 2013 13:45:22 -0700 Subject: [PATCH] Add no-cpp tag to numpy_math test. --- tests/run/numpy_math.pyx | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.7.4