python311Packages.pylint: disable failing test
Similar failures have been observed upstream, but the fix has not landed yet, so we disable the failing `test_functional` with a comment linked to the upstream issues.
This commit is contained in:
@@ -96,6 +96,8 @@ buildPythonPackage rec {
|
||||
"test_save_and_load_not_a_linter_stats"
|
||||
# Truncated string expectation mismatch
|
||||
"test_truncated_compare"
|
||||
# Probably related to pytest versions, see pylint-dev/pylint#9477 and pylint-dev/pylint#9483
|
||||
"test_functional"
|
||||
# AssertionError: assert [('specializa..., 'Ancestor')] == [('aggregatio..., 'Ancestor')]
|
||||
"test_functional_relation_extraction"
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
|
||||
Reference in New Issue
Block a user