python3Packages.term-image: disable warnings (#485392)
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user