nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.html-sanitizer: disable failing test

+3 -1
+3 -1
pkgs/development/python-modules/html-sanitizer/default.nix
··· 14 14 owner = "matthiask"; 15 15 repo = pname; 16 16 rev = version; 17 - sha256 = "sha256-1JSdi1PFM+N+UuEPfgWkOZw8S2PZ4ntadU0wnVJNnjw="; 17 + hash = "sha256-1JSdi1PFM+N+UuEPfgWkOZw8S2PZ4ntadU0wnVJNnjw="; 18 18 }; 19 19 20 20 propagatedBuildInputs = [ ··· 31 31 ]; 32 32 33 33 disabledTests = [ 34 + # Tests are sensitive to output 34 35 "test_billion_laughs" 36 + "test_10_broken_html" 35 37 ]; 36 38 37 39 pythonImportsCheck = [