Unverified Commit 2421315c authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.pelican: fix build (#497880)

parents b8e6c38e ded56f99
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 = [