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

This commit is contained in:
Bruno BELANYI
2026-01-31 12:04:18 +00:00
committed by GitHub
@@ -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
];