From ded56f99d86d6c2d7fa448950f06350dddea20e0 Mon Sep 17 00:00:00 2001 From: betaboon Date: Sun, 8 Mar 2026 12:49:31 +0100 Subject: [PATCH] python3Packages.pelican: fix build --- pkgs/development/python-modules/pelican/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/pelican/default.nix b/pkgs/development/python-modules/pelican/default.nix index 4876ceca3051..d5e090bee2a9 100644 --- a/pkgs/development/python-modules/pelican/default.nix +++ b/pkgs/development/python-modules/pelican/default.nix @@ -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 = [