python310Packages.numcodecs: Disable failing tests

These started failing with numpy 1.24.
This commit is contained in:
Martin Weinelt 2023-03-01 05:07:26 +01:00
parent 4aee441af7
commit fcd58ef58a

View File

@ -51,6 +51,10 @@ buildPythonPackage rec {
"test_encode_decode"
"test_legacy_codec_broken"
"test_bytes"
# ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (3,) + inhomogeneous part.
# with numpy 1.24
"test_non_numpy_inputs"
];
meta = with lib;{