15 buildPythonPackage rec {
16 pname = "pytest-astropy-header";
21 inherit pname version;
22 sha256 = "1y87agr324p6x5gvhziymxjlw54pyn4gqnd49papbl941djpkp5g";
24 patches = [ (fetchpatch {
25 url = "https://github.com/astropy/pytest-astropy-header/pull/16.patch";
26 sha256 = "11ln63zq0kgsdx1jw3prlzpcdbxmc99p9cwr18s0x6apy0k6df31";
29 url = "https://github.com/astropy/pytest-astropy-header/pull/29.patch";
30 sha256 = "18l434c926r5z1iq3b6lpnp0lrssszars9y1y9hs6216r60jgjpl";
49 description = "Plugin to add diagnostic information to the header of the test output";
50 homepage = "https://astropy.org";
51 license = licenses.bsd3;
52 maintainers = [ maintainers.costrouc ];