pipx: fix test failure

Fix build which is currently failing.
See: https://hydra.nixos.org/job/nixpkgs/trunk/pipx.x86_64-linux
This commit is contained in:
Bryan Lai
2024-01-15 00:10:06 +08:00
parent dd5621df6d
commit 2952f4a579
@@ -10,6 +10,7 @@
, pytestCheckHook
, pythonOlder
, userpath
, git
}:
buildPythonPackage rec {
@@ -41,6 +42,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytestCheckHook
git
];
preCheck = ''