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

pipx: fix check & build failure
This commit is contained in:
Nick Cao 2024-01-14 14:40:44 -05:00 committed by GitHub
commit 2776c7306b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,7 @@
, pytestCheckHook
, pythonOlder
, userpath
, git
}:
buildPythonPackage rec {
@ -41,6 +42,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytestCheckHook
git
];
preCheck = ''