pdm: use replace-fail

because if it fails, we want to know
This commit is contained in:
Sandro Jäckel
2025-03-20 17:12:34 +01:00
parent 55fc12ae0f
commit f802335bda
+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 = [