pdm: use replace-fail (#391601)

authored by Sandro and committed by GitHub 6bf652d6 024a0bcc

+1 -1
+1 -1
pkgs/by-name/pd/pdm/package.nix
··· 101 preCheck = '' 102 export HOME=$TMPDIR 103 substituteInPlace tests/cli/test_run.py \ 104 - --replace-warn "/bin/bash" "${runtimeShell}" 105 ''; 106 107 disabledTests = [
··· 101 preCheck = '' 102 export HOME=$TMPDIR 103 substituteInPlace tests/cli/test_run.py \ 104 + --replace-fail "/bin/bash" "${runtimeShell}" 105 ''; 106 107 disabledTests = [