diff --git a/pkgs/development/python-modules/astropy/default.nix b/pkgs/development/python-modules/astropy/default.nix index 14a80754198b..c17d0eda05cc 100644 --- a/pkgs/development/python-modules/astropy/default.nix +++ b/pkgs/development/python-modules/astropy/default.nix @@ -6,6 +6,7 @@ pythonOlder, # build time + stdenv, cython, extension-helpers, setuptools, @@ -43,7 +44,6 @@ # testing pytestCheckHook, - stdenv, pytest-xdist, pytest-astropy-header, pytest-astropy,