mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
python3.pkgs.versionfinder: add pip to test dependencies
This commit is contained in:
parent
b2d45d788a
commit
20af1d2d9f
@ -3,6 +3,7 @@
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, gitpython
|
||||
, pip
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, requests
|
||||
@ -28,6 +29,7 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
pip
|
||||
pytestCheckHook
|
||||
requests
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user