3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.jedi: fix tests for darwin

This commit is contained in:
Jonathan Ringer 2021-10-29 11:41:08 -07:00 committed by Jonathan Ringer
parent 227e1c837c
commit c382538507

View file

@ -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"