Unverified Commit 2776c730 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #280960 from bryango/pipx-fix-test

pipx: fix check & build failure
parents ceede53b 2952f4a5
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 = ''