mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-13 02:39:58 +00:00
python3Packages.numpy: re-enable not failing anymore test
This commit is contained in:
@@ -149,10 +149,6 @@ buildPythonPackage (finalAttrs: {
|
||||
|
||||
disabledTests = [
|
||||
]
|
||||
++ lib.optionals (pythonAtLeast "3.13") [
|
||||
# https://github.com/numpy/numpy/issues/26713
|
||||
"test_iter_refcount"
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isAarch32 [
|
||||
# https://github.com/numpy/numpy/issues/24548
|
||||
"test_impossible_feature_enable" # AssertionError: Failed to generate error
|
||||
|
||||
Reference in New Issue
Block a user