From 7a65a4cfe77e6ad66e84fe46c3c9d6d739438a1c Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Fri, 18 Sep 2015 13:09:46 +0200 Subject: [PATCH] skip test_cxx_lapacke on linux --- test/test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test.py b/test/test.py index 9257c7f..8aff41d 100644 --- a/test/test.py +++ b/test/test.py @@ -141,6 +141,7 @@ def test_fc_lapack(): @skip_on_osx +@skip_on_linux def test_cxx_lapacke(): configure_build_and_exe('cxx_lapacke', 'python setup.py --cxx=g++ --lapacke --cblas')