Unverified Commit f802335b authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

pdm: use replace-fail

because if it fails, we want to know
parent 55fc12ae
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 = [