python311Packages.jedi: Disable failing tests

This commit is contained in:
Martin Weinelt 2023-01-01 02:39:28 +01:00
parent 5da6234fe3
commit acbd70e262

View file

@ -49,6 +49,10 @@ buildPythonPackage rec {
# disabled until https://github.com/davidhalter/jedi/issues/1858 is resolved
"test_interpreter"
"test_scanning_venvs"
"test_create_environment_venv_path"
"test_create_environment_executable"
"test_venv_and_pths"
];
meta = with lib; {