6 , pytest-astropy-header
8 , pytest-filter-subpackage
15 buildPythonPackage rec {
16 pname = "pytest-astropy";
20 inherit pname version;
21 sha256 = "619800eb2cbf64548fbea25268efe7c6f6ae206cb4825f34abd36f27bcf946a2";
28 buildInputs = [ pytest ];
30 propagatedBuildInputs = [
34 pytest-filter-subpackage
40 # pytest-astropy is a meta package and has no tests
44 description = "Meta-package containing dependencies for testing";
45 homepage = "https://astropy.org";
46 license = licenses.bsd3;
47 maintainers = [ maintainers.costrouc ];