From bf012b5f48753331f6ee31023299451395215761 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Maret?= Date: Thu, 29 Sep 2022 16:47:27 +0200 Subject: [PATCH] python3Packages.pytest-astropy-header: remove extra arguments --- .../python-modules/pytest-astropy-header/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/development/python-modules/pytest-astropy-header/default.nix b/pkgs/development/python-modules/pytest-astropy-header/default.nix index 3aa079b72b2d..4d95058b9354 100644 --- a/pkgs/development/python-modules/pytest-astropy-header/default.nix +++ b/pkgs/development/python-modules/pytest-astropy-header/default.nix @@ -6,11 +6,7 @@ , pytest-cov , pytestCheckHook , numpy -, astropy -, scipy , setuptools-scm -, h5py -, scikitimage }: buildPythonPackage rec {