From 2eb0ce93154e1f2faf77ef87622f4fd05ac01e12 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 21 May 2022 16:22:06 +0200 Subject: [PATCH] python310Packages.diff-cover: disable failing tests --- .../python-modules/diff-cover/default.nix | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/diff-cover/default.nix b/pkgs/development/python-modules/diff-cover/default.nix index 1fc50c5ef23..7d7a9afcd30 100644 --- a/pkgs/development/python-modules/diff-cover/default.nix +++ b/pkgs/development/python-modules/diff-cover/default.nix @@ -26,7 +26,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "diff_cover"; inherit version; - sha256 = "sha256-N2O0/C75EGO6crUCFGUiJLLQqfMVRNVQRZb1xKhHzXs="; + hash = "sha256-N2O0/C75EGO6crUCFGUiJLLQqfMVRNVQRZb1xKhHzXs="; }; propagatedBuildInputs = [ @@ -54,6 +54,16 @@ buildPythonPackage rec { "test_style_defs" # uses pytest.approx in a boolean context, which is unsupported since pytest7 "test_percent_covered" + # assert '\n' == '\n' + "test_html_with_external_css" + # assert '
' == '