pdm: use replace-fail (#391601)
This commit is contained in:
@@ -101,7 +101,7 @@ python.pkgs.buildPythonApplication rec {
|
||||
preCheck = ''
|
||||
export HOME=$TMPDIR
|
||||
substituteInPlace tests/cli/test_run.py \
|
||||
--replace-warn "/bin/bash" "${runtimeShell}"
|
||||
--replace-fail "/bin/bash" "${runtimeShell}"
|
||||
'';
|
||||
|
||||
disabledTests = [
|
||||
|
||||
Reference in New Issue
Block a user