tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.html-sanitizer: disable failing test
Fabian Affolter
4 years ago
58d503fe
9e6887b3
+3
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
html-sanitizer
default.nix
+3
-1
pkgs/development/python-modules/html-sanitizer/default.nix
reviewed
···
14
14
owner = "matthiask";
15
15
repo = pname;
16
16
rev = version;
17
17
-
sha256 = "sha256-1JSdi1PFM+N+UuEPfgWkOZw8S2PZ4ntadU0wnVJNnjw=";
17
17
+
hash = "sha256-1JSdi1PFM+N+UuEPfgWkOZw8S2PZ4ntadU0wnVJNnjw=";
18
18
};
19
19
20
20
propagatedBuildInputs = [
···
31
31
];
32
32
33
33
disabledTests = [
34
34
+
# Tests are sensitive to output
34
35
"test_billion_laughs"
36
36
+
"test_10_broken_html"
35
37
];
36
38
37
39
pythonImportsCheck = [