diff --git a/pkgs/development/python-modules/gwcs/default.nix b/pkgs/development/python-modules/gwcs/default.nix index 53038f7dc4e2..5f9d43c78d73 100644 --- a/pkgs/development/python-modules/gwcs/default.nix +++ b/pkgs/development/python-modules/gwcs/default.nix @@ -7,7 +7,6 @@ buildPythonPackage, fetchFromGitHub, numpy, - pytest-astropy, pytestCheckHook, scipy, setuptools-scm, @@ -41,7 +40,6 @@ buildPythonPackage (finalAttrs: { ]; nativeCheckInputs = [ - pytest-astropy pytestCheckHook ];