Skip to content

Commit 6bf652d

Browse files
authoredMar 21, 2025
pdm: use replace-fail (#391601)
2 parents 024a0bc + f802335 commit 6bf652d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkgs/by-name/pd/pdm/package.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ python.pkgs.buildPythonApplication rec {
101101
preCheck = ''
102102
export HOME=$TMPDIR
103103
substituteInPlace tests/cli/test_run.py \
104-
--replace-warn "/bin/bash" "${runtimeShell}"
104+
--replace-fail "/bin/bash" "${runtimeShell}"
105105
'';
106106

107107
disabledTests = [

0 commit comments

Comments
 (0)
Failed to load comments.