python3Packages.pelican: fix build

This commit is contained in:
betaboon
2026-03-08 12:49:31 +01:00
parent 61918bf320
commit ded56f99d8
@@ -98,6 +98,8 @@ buildPythonPackage rec {
pytestFlags = [
# DeprecationWarning: 'jinja2.Markup' is deprecated and...
"-Wignore::DeprecationWarning"
# PendingDeprecationWarning: `Publisher.set_components()` will be removed in ...
"-Wignore::PendingDeprecationWarning"
];
disabledTests = [