From 66b8d7c967fb60c359ec7ad291ce5b2f39b1ed34 Mon Sep 17 00:00:00 2001 From: Jonathan Ringer Date: Tue, 2 Nov 2021 09:30:28 -0700 Subject: [PATCH] python3Packages.pytest-astropy: fix build, add missing dep --- .../python-modules/pytest-astropy/default.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/pytest-astropy/default.nix b/pkgs/development/python-modules/pytest-astropy/default.nix index db52ca9f6a85..02b521fff4de 100644 --- a/pkgs/development/python-modules/pytest-astropy/default.nix +++ b/pkgs/development/python-modules/pytest-astropy/default.nix @@ -3,12 +3,13 @@ , fetchPypi , hypothesis , pytest +, pytest-arraydiff , pytest-astropy-header , pytest-doctestplus , pytest-filter-subpackage -, pytest-remotedata +, pytest-mock , pytest-openfiles -, pytest-arraydiff +, pytest-remotedata , setuptools-scm , pythonOlder }: @@ -33,12 +34,13 @@ buildPythonPackage rec { propagatedBuildInputs = [ hypothesis + pytest-arraydiff pytest-astropy-header pytest-doctestplus pytest-filter-subpackage - pytest-remotedata + pytest-mock pytest-openfiles - pytest-arraydiff + pytest-remotedata ]; # pytest-astropy is a meta package and has no tests