Unverified Commit a8ccfde3 authored by Bruno BELANYI's avatar Bruno BELANYI Committed by GitHub
Browse files

python3Packages.term-image: disable warnings (#485392)

parents 4525a2af 744cdd3a
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -21,6 +21,12 @@ buildPythonPackage rec {
    hash = "sha256-uA04KHKLXW0lx1y5brpCDARLac4/C8VmVinVMkEtTdM=";
  };

  # Override the overly strict `tool.pytest.ini_options.filterwarnings`
  postPatch = ''
    substituteInPlace pyproject.toml \
      --replace-fail '"error"' '#"error"'
  '';

  build-system = [
    setuptools
  ];