udocker: remove useless pytest-runner
This commit is contained in:
parent
0d683ad879
commit
20f7764221
@ -17,6 +17,11 @@ python3Packages.buildPythonApplication rec {
|
|||||||
hash = "sha256-P49fkLvdCm/Eco+nD3SGM04PRQatBzq9CHlayueQetk=";
|
hash = "sha256-P49fkLvdCm/Eco+nD3SGM04PRQatBzq9CHlayueQetk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace setup.py \
|
||||||
|
--replace-fail "'pytest-runner'," ""
|
||||||
|
'';
|
||||||
|
|
||||||
# crun patchelf proot runc fakechroot
|
# crun patchelf proot runc fakechroot
|
||||||
# are download statistically linked during runtime
|
# are download statistically linked during runtime
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
@ -28,7 +33,6 @@ python3Packages.buildPythonApplication rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
nativeCheckInputs = with python3Packages; [
|
nativeCheckInputs = with python3Packages; [
|
||||||
pytest-runner
|
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user