python3Packages.quantities: Disable failing test
This commit is contained in:
parent
38aece2b44
commit
eb46de5e35
@ -23,10 +23,8 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# Tests don't work with current numpy
|
||||
# https://github.com/python-quantities/python-quantities/pull/195
|
||||
"test_arctan2"
|
||||
"test_fix"
|
||||
# test fails with numpy 1.24
|
||||
"test_mul"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "quantities" ];
|
||||
|
Loading…
Reference in New Issue
Block a user