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:
@@ -10,6 +10,7 @@
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, userpath
|
||||
, git
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -41,6 +42,7 @@ buildPythonPackage rec {
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
git
|
||||
];
|
||||
|
||||
preCheck = ''
|
||||
|
||||
Reference in New Issue
Block a user