10 buildPythonPackage rec {
11 pname = "pytest-arraydiff";
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
18 inherit pname version;
19 sha256 = "sha256-KTexRQ/JNWIPJHCdh9QMZ+BVoEPXuFQaJf36mU3aZ94=";
30 propagatedBuildInputs = [
34 # The tests requires astropy, which itself requires pytest-arraydiff
37 pythonImportsCheck = [
42 description = "Pytest plugin to help with comparing array output from tests";
43 homepage = "https://github.com/astrofrog/pytest-arraydiff";
44 license = licenses.bsd3;
45 maintainers = with maintainers; [ ];