Commit 2952f4a5 authored by Bryan Lai's avatar Bryan Lai
Browse files

pipx: fix test failure

Fix build which is currently failing.
See: https://hydra.nixos.org/job/nixpkgs/trunk/pipx.x86_64-linux
parent dd5621df
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@
, pytestCheckHook
, pythonOlder
, userpath
, git
}:

buildPythonPackage rec {
@@ -41,6 +42,7 @@ buildPythonPackage rec {

  nativeCheckInputs = [
    pytestCheckHook
    git
  ];

  preCheck = ''