python3Packages.pipx: 0.15.5.0 -> 0.15.5.1
This commit is contained in:
parent
d25e0b5b92
commit
84145bc263
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pipx";
|
pname = "pipx";
|
||||||
version = "0.15.5.0";
|
version = "0.15.5.1";
|
||||||
|
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.6";
|
||||||
|
|
||||||
@ -19,18 +19,11 @@ buildPythonPackage rec {
|
|||||||
owner = "pipxproject";
|
owner = "pipxproject";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "13z032i8r9f6d09hssvyjpxjacb4wgms5bh2i37da2ili9bh72m6";
|
sha256 = "0lq8dfkq4ji11r4k5csqzyv0757fbxiax6ixn94f9747zrikssf6";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ userpath argcomplete packaging ];
|
propagatedBuildInputs = [ userpath argcomplete packaging ];
|
||||||
|
|
||||||
# avoid inconclusive venv assertion, see https://github.com/pipxproject/pipx/pull/477
|
|
||||||
# remove after PR is merged
|
|
||||||
postPatch = ''
|
|
||||||
substituteInPlace tests/helpers.py \
|
|
||||||
--replace 'assert getattr(sys, "base_prefix", sys.prefix) != sys.prefix, "Tests require venv"' ""
|
|
||||||
'';
|
|
||||||
|
|
||||||
checkInputs = [ pytestCheckHook ];
|
checkInputs = [ pytestCheckHook ];
|
||||||
|
|
||||||
preCheck = ''
|
preCheck = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user