From 58d503fe3cb5f0928f2189f79dea6836bef8dd2f Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 19 Apr 2022 10:00:02 +0200 Subject: [PATCH] python3Packages.html-sanitizer: disable failing test --- pkgs/development/python-modules/html-sanitizer/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/html-sanitizer/default.nix b/pkgs/development/python-modules/html-sanitizer/default.nix index 111d7e00d1b..09539b590cb 100644 --- a/pkgs/development/python-modules/html-sanitizer/default.nix +++ b/pkgs/development/python-modules/html-sanitizer/default.nix @@ -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 = [