python3Packages.gwcs: reduce test dependencies (#484142)

This commit is contained in:
dotlambda
2026-01-26 21:59:37 +00:00
committed by GitHub
@@ -7,7 +7,6 @@
buildPythonPackage,
fetchFromGitHub,
numpy,
pytest-astropy,
pytestCheckHook,
scipy,
setuptools-scm,
@@ -41,7 +40,6 @@ buildPythonPackage (finalAttrs: {
];
nativeCheckInputs = [
pytest-astropy
pytestCheckHook
];