Commit 3af5377f authored by Doron Behar's avatar Doron Behar
Browse files

xtensor: remove a test failing on darwin

parent 2ab4e5cb
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -27,6 +27,9 @@ stdenv.mkDerivation (finalAttrs: {
      url = "https://github.com/xtensor-stack/xtensor/commit/77a650a8018e0be6fcc76bf66685ff352ae23ef1.patch";
      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 = [
+12 −0
Original line number Diff line number Diff line
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