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:
Bryan Lai
2024-03-16 23:09:16 +08:00
parent f8e8b40db2
commit 3213fbef2c
@@ -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 [