pythonPackages.pytest-arraydiff: fix infinite recursion
This commit is contained in:
parent
124fb417fc
commit
2dabd051a7
@ -22,14 +22,10 @@ buildPythonPackage rec {
|
||||
pytest
|
||||
];
|
||||
|
||||
checkInputs = [
|
||||
pytest
|
||||
astropy
|
||||
];
|
||||
|
||||
checkPhase = ''
|
||||
pytest
|
||||
'';
|
||||
# The tests requires astropy, which itself requires
|
||||
# pytest-arraydiff. This causes an infinite recursion if the tests
|
||||
# are enabled.
|
||||
doCheck = false;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Pytest plugin to help with comparing array output from tests";
|
||||
|
Loading…
Reference in New Issue
Block a user