3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #169290 from fabaff/html-sanitizer-fix

python3Packages.html-sanitizer: disable failing test
This commit is contained in:
Fabian Affolter 2022-04-19 12:04:42 +02:00 committed by GitHub
commit 7e7dbbce9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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