Unverified Commit 2b044196 authored by Robert Scott's avatar Robert Scott Committed by GitHub
Browse files

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

python3Packages.beautifulsoup4: add some key reverse dependencies to `passthru.tests`
parents b14239f3 e2712f31
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -9,6 +9,14 @@
, pythonOlder
, soupsieve
, sphinxHook

# for passthru.tests
, html-sanitizer
, markdownify
, mechanicalsoup
, nbconvert
, subliminal
, wagtail
}:

buildPythonPackage rec {
@@ -52,6 +60,15 @@ buildPythonPackage rec {
    "bs4"
  ];

  passthru.tests = {
    inherit html-sanitizer
      markdownify
      mechanicalsoup
      nbconvert
      subliminal
      wagtail;
  };

  meta = with lib; {
    changelog = "https://git.launchpad.net/beautifulsoup/tree/CHANGELOG?h=${version}";
    description = "HTML and XML parser";