python3Packages.pelican: fix build
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user