mailmanPackages.hyperkitty: fix tests

Probably broken in the last beautifulsoup4 bump.
This commit is contained in:
Martin Weinelt 2023-05-14 03:02:19 +02:00
parent 81272bc7b7
commit e96bad849d
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

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