pdm: use replace-fail (#391601)

This commit is contained in:
Sandro
2025-03-21 03:24:54 +01:00
committed by GitHub
+1 -1
View File
@@ -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 = [