mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-01 02:23:54 +00:00
python310Packages.numcodecs: Disable failing tests
These started failing with numpy 1.24.
This commit is contained in:
parent
4aee441af7
commit
fcd58ef58a
@ -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;{
|
||||
|
Loading…
Reference in New Issue
Block a user