Commit 5d2d5555 authored by Doron Behar's avatar Doron Behar
Browse files

python312Packages.llvmlite: use --replace-fail in test_binding substitution

parent bf47ce9b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -34,7 +34,8 @@ buildPythonPackage rec {
  ];

  postPatch = ''
    substituteInPlace llvmlite/tests/test_binding.py --replace "test_linux" "nope"
    substituteInPlace llvmlite/tests/test_binding.py \
      --replace-fail "test_linux" "nope"
  '';

  # Set directory containing llvm-config binary