Merge pull request #230360 from risicle/ris-brautofulsoup4-passthru-tests

python3Packages.beautifulsoup4: add some key reverse dependencies to `passthru.tests`
This commit is contained in:
Robert Scott 2023-10-03 21:41:41 +01:00 committed by GitHub
commit 2b0441960d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,14 @@
, pythonOlder , pythonOlder
, soupsieve , soupsieve
, sphinxHook , sphinxHook
# for passthru.tests
, html-sanitizer
, markdownify
, mechanicalsoup
, nbconvert
, subliminal
, wagtail
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -52,6 +60,15 @@ buildPythonPackage rec {
"bs4" "bs4"
]; ];
passthru.tests = {
inherit html-sanitizer
markdownify
mechanicalsoup
nbconvert
subliminal
wagtail;
};
meta = with lib; { meta = with lib; {
changelog = "https://git.launchpad.net/beautifulsoup/tree/CHANGELOG?h=${version}"; changelog = "https://git.launchpad.net/beautifulsoup/tree/CHANGELOG?h=${version}";
description = "HTML and XML parser"; description = "HTML and XML parser";