Commit ded56f99 authored by betaboon's avatar betaboon
Browse files

python3Packages.pelican: fix build

parent 61918bf3
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 = [