python3Packages.gwcs: reduce test dependencies

This commit is contained in:
Robert Schütz
2026-01-26 12:36:30 -08:00
parent 2740b26457
commit 2096f0ec79
@@ -7,7 +7,6 @@
buildPythonPackage,
fetchFromGitHub,
numpy,
pytest-astropy,
pytestCheckHook,
scipy,
setuptools-scm,
@@ -41,7 +40,6 @@ buildPythonPackage (finalAttrs: {
];
nativeCheckInputs = [
pytest-astropy
pytestCheckHook
];