8 , pytest-astropy-header
11 , pytest-filter-subpackage
19 buildPythonPackage rec {
20 pname = "pytest-astropy";
22 disabled = pythonOlder "3.7";
25 inherit pname version;
26 sha256 = "sha256-hePGbO7eTOZo9HOzzzd/yyqjxI4k8oqqN3roYATM4hE=";
37 propagatedBuildInputs = [
44 pytest-filter-subpackage
50 # pytest-astropy is a meta package that only propagates requirements
54 description = "Meta-package containing dependencies for testing";
55 homepage = "https://astropy.org";
56 license = licenses.bsd3;
57 maintainers = with maintainers; [ costrouc ];