From acbd70e2623b11d5dffaaf3969bc02511ca6135e Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 1 Jan 2023 02:39:28 +0100 Subject: [PATCH] python311Packages.jedi: Disable failing tests --- pkgs/development/python-modules/jedi/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/python-modules/jedi/default.nix b/pkgs/development/python-modules/jedi/default.nix index 3c939195000..e9a5faccd3b 100644 --- a/pkgs/development/python-modules/jedi/default.nix +++ b/pkgs/development/python-modules/jedi/default.nix @@ -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; {