python3Packages.html-sanitizer: disable failing test

This commit is contained in:
Fabian Affolter 2022-04-19 10:00:02 +02:00
parent 9e6887b3e5
commit 58d503fe3c

View file

@ -14,7 +14,7 @@ buildPythonPackage rec {
owner = "matthiask"; owner = "matthiask";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-1JSdi1PFM+N+UuEPfgWkOZw8S2PZ4ntadU0wnVJNnjw="; hash = "sha256-1JSdi1PFM+N+UuEPfgWkOZw8S2PZ4ntadU0wnVJNnjw=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
@ -31,7 +31,9 @@ buildPythonPackage rec {
]; ];
disabledTests = [ disabledTests = [
# Tests are sensitive to output
"test_billion_laughs" "test_billion_laughs"
"test_10_broken_html"
]; ];
pythonImportsCheck = [ pythonImportsCheck = [