mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 01:07:42 +00:00
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=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace setup.py \
|
||||
--replace-fail "'pytest-runner'," ""
|
||||
'';
|
||||
|
||||
# crun patchelf proot runc fakechroot
|
||||
# are download statistically linked during runtime
|
||||
buildInputs = [
|
||||
@ -28,7 +33,6 @@ python3Packages.buildPythonApplication rec {
|
||||
];
|
||||
|
||||
nativeCheckInputs = with python3Packages; [
|
||||
pytest-runner
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user