Unverified Commit 6bf652d6 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

pdm: use replace-fail (#391601)

parents 024a0bcc f802335b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = [