diff --git a/pkgs/development/python-modules/pytest-astropy/default.nix b/pkgs/development/python-modules/pytest-astropy/default.nix index db52ca9f6a85..02b521fff4de 100644 --- a/pkgs/development/python-modules/pytest-astropy/default.nix +++ b/pkgs/development/python-modules/pytest-astropy/default.nix @@ -3,12 +3,13 @@ , fetchPypi , hypothesis , pytest +, pytest-arraydiff , pytest-astropy-header , pytest-doctestplus , pytest-filter-subpackage -, pytest-remotedata +, pytest-mock , pytest-openfiles -, pytest-arraydiff +, pytest-remotedata , setuptools-scm , pythonOlder }: @@ -33,12 +34,13 @@ buildPythonPackage rec { propagatedBuildInputs = [ hypothesis + pytest-arraydiff pytest-astropy-header pytest-doctestplus pytest-filter-subpackage - pytest-remotedata + pytest-mock pytest-openfiles - pytest-arraydiff + pytest-remotedata ]; # pytest-astropy is a meta package and has no tests