10 buildPythonPackage rec {
11 pname = "pytest-arraydiff";
15 inherit pname version;
16 sha256 = "de2d62f53ecc107ed754d70d562adfa7573677a263216a7f19aa332f20dc6c15";
19 buildInputs = [ pytest ];
21 propagatedBuildInputs = [
26 # The tests requires astropy, which itself requires
27 # pytest-arraydiff. This causes an infinite recursion if the tests
32 description = "Pytest plugin to help with comparing array output from tests";
33 homepage = "https://github.com/astrofrog/pytest-arraydiff";
34 license = licenses.bsd3;
35 maintainers = [ maintainers.costrouc ];