python.pkgs.requests-mock: fix build
This commit is contained in:
parent
271b696d93
commit
31e1a8b002
@ -5,6 +5,7 @@
|
|||||||
, six
|
, six
|
||||||
, testrepository
|
, testrepository
|
||||||
, testtools
|
, testtools
|
||||||
|
, pytest
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -22,7 +23,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [ requests six ];
|
propagatedBuildInputs = [ requests six ];
|
||||||
|
|
||||||
checkInputs = [ mock purl testrepository testtools ];
|
checkInputs = [ mock purl testrepository testtools pytest ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Mock out responses from the requests package";
|
description = "Mock out responses from the requests package";
|
||||||
|
Loading…
Reference in New Issue
Block a user