python3Packages.jedi: fix tests for darwin

This commit is contained in:
Jonathan Ringer
2021-10-30 01:19:04 -07:00
committed by Jonathan Ringer
parent 227e1c837c
commit c382538507
@@ -40,6 +40,9 @@ buildPythonPackage rec {
disabledTests = [
# Assertions mismatches with pytest>=6.0
"test_completion"
# sensitive to platform, causes false negatives on darwin
"test_import"
] ++ lib.optionals (stdenv.isAarch64 && pythonOlder "3.9") [
# AssertionError: assert 'foo' in ['setup']
"test_init_extension_module"