Merge pull request #231762 from mweinelt/hyperkitty-bs4-fixup

mailmanPackages.hyperkitty: fix tests
This commit is contained in:
Martin Weinelt 2023-05-14 15:58:17 +02:00 committed by GitHub
commit d441fbe7a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,7 +66,7 @@ buildPythonPackage rec {
elasticsearch
mock
whoosh
];
] ++ beautifulsoup4.optional-dependencies.lxml;
checkPhase = ''
cd $NIX_BUILD_TOP/$sourceRoot