python3.pkgs.versionfinder: add pip to test dependencies

This commit is contained in:
Theodore Ni 2023-08-17 12:40:44 -07:00
parent b2d45d788a
commit 20af1d2d9f
No known key found for this signature in database
GPG Key ID: 48B67583BDDD4474

View File

@ -3,6 +3,7 @@
, buildPythonPackage
, fetchFromGitHub
, gitpython
, pip
, pytestCheckHook
, pythonOlder
, requests
@ -28,6 +29,7 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
pip
pytestCheckHook
requests
];