python312Packages.python-docx: suppress DeprecationWarning

This commit is contained in:
Fabian Affolter
2024-02-10 15:05:43 +01:00
parent 72205a7859
commit 3a56a943bf
@@ -52,6 +52,11 @@ buildPythonPackage rec {
"it_accepts_unicode_providing_there_is_no_encoding_declaration"
];
pytestFlagsArray = [
"-W"
"ignore::DeprecationWarning"
];
meta = with lib; {
description = "Create and update Microsoft Word .docx files";
homepage = "https://python-docx.readthedocs.io/";