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

python3Packages.beautifulsoup4: add some key reverse dependencies to `passthru.tests`

Changed files
+17
pkgs
development
python-modules
beautifulsoup4
+17
pkgs/development/python-modules/beautifulsoup4/default.nix
···
, pythonOlder
, soupsieve
, sphinxHook
+
+
# for passthru.tests
+
, html-sanitizer
+
, markdownify
+
, mechanicalsoup
+
, nbconvert
+
, subliminal
+
, wagtail
}:
buildPythonPackage rec {
···
pythonImportsCheck = [
"bs4"
];
+
+
passthru.tests = {
+
inherit html-sanitizer
+
markdownify
+
mechanicalsoup
+
nbconvert
+
subliminal
+
wagtail;
+
};
meta = with lib; {
changelog = "https://git.launchpad.net/beautifulsoup/tree/CHANGELOG?h=${version}";