python.pkgs.requests-mock: fix build

This commit is contained in:
Frederik Rietdijk 2020-06-11 14:43:01 +02:00
parent 271b696d93
commit 31e1a8b002

View File

@ -5,6 +5,7 @@
, six
, testrepository
, testtools
, pytest
}:
buildPythonPackage rec {
@ -22,7 +23,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ requests six ];
checkInputs = [ mock purl testrepository testtools ];
checkInputs = [ mock purl testrepository testtools pytest ];
meta = with lib; {
description = "Mock out responses from the requests package";