From 2096f0ec79e12a4dbd33be02e126492a43d5287c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Mon, 26 Jan 2026 12:36:30 -0800 Subject: [PATCH] python3Packages.gwcs: reduce test dependencies --- pkgs/development/python-modules/gwcs/default.nix | 2 -- 1 file changed, 2 deletions(-) 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 ];