···1717buildPythonPackage rec {
1818 pname = "pytest-astropy";
1919 version = "0.9.0";
2020- disabled = pythonOlder "3.6";
2020+ disabled = pythonOlder "3.7";
21212222 src = fetchPypi {
2323 inherit pname version;
···4343 pytest-remotedata
4444 ];
45454646- # pytest-astropy is a meta package and has no tests
4747- #doCheck = false;
4848- checkPhase = ''
4949- # 'doCheck = false;' still invokes the pytestCheckPhase which makes the build fail
5050- '';
4646+ # pytest-astropy is a meta package that only propagates requirements
4747+ doCheck = false;
51485249 meta = with lib; {
5350 description = "Meta-package containing dependencies for testing";