python310Packages.diff-cover: update check section

This commit is contained in:
Fabian Affolter 2022-08-22 11:05:32 +02:00
parent f7a1c1896f
commit ba6cf1cc5d

View File

@ -50,20 +50,8 @@ buildPythonPackage rec {
disabledTests = [
# Tests check for flake8
"file_does_not_exist"
# AssertionError: assert '.c { color:...
"test_style_defs"
# uses pytest.approx in a boolean context, which is unsupported since pytest7
"test_percent_covered"
# assert '<!DOCTYPE ht...ody>\n</html>' == '<!DOCTYPE ht...ody>\n</html>'
"test_html_with_external_css"
# assert '<table class...</tr></table>' == '<div class=".../table></div>'
"test_format"
"test_format_with_invalid_violation_lines"
"test_no_filename_ext"
"test_unicode"
"test_load_snippets_html"
"test_load_utf8_snippets"
"test_load_declared_arabic"
# Comparing console output doesn't work reliable
"console"
];
pythonImportsCheck = [