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 = [