xtensor: remove a test failing on darwin
This commit is contained in:
parent
2ab4e5cb25
commit
3af5377fa6
2 changed files with 15 additions and 0 deletions
|
@ -27,6 +27,9 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
url = "https://github.com/xtensor-stack/xtensor/commit/77a650a8018e0be6fcc76bf66685ff352ae23ef1.patch";
|
url = "https://github.com/xtensor-stack/xtensor/commit/77a650a8018e0be6fcc76bf66685ff352ae23ef1.patch";
|
||||||
hash = "sha256-vOdUzzsSK+lYcA7fZXWOTVV202GZC0DhkMMjzggnmWE=";
|
hash = "sha256-vOdUzzsSK+lYcA7fZXWOTVV202GZC0DhkMMjzggnmWE=";
|
||||||
})
|
})
|
||||||
|
# A single test fails on Darwin, see:
|
||||||
|
# https://github.com/xtensor-stack/xtensor/issues/2718
|
||||||
|
./remove-failing-test_xinfo.patch
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
|
@ -0,0 +1,12 @@
|
||||||
|
diff --git i/test/CMakeLists.txt w/test/CMakeLists.txt
|
||||||
|
index 46127597..727b66bd 100644
|
||||||
|
--- i/test/CMakeLists.txt
|
||||||
|
+++ w/test/CMakeLists.txt
|
||||||
|
@@ -189,7 +189,6 @@ set(XTENSOR_TESTS
|
||||||
|
test_xhistogram.cpp
|
||||||
|
test_xpad.cpp
|
||||||
|
test_xindex_view.cpp
|
||||||
|
- test_xinfo.cpp
|
||||||
|
test_xio.cpp
|
||||||
|
test_xlayout.cpp
|
||||||
|
test_xmanipulation.cpp
|
Loading…
Reference in a new issue