Skip to content

Commit 39fc433

Browse files
tjniFRidh
authored andcommitted
python3.pkgs.jedi: 0.18.2 -> 0.19.0
1 parent 9c363cc commit 39fc433

1 file changed

Lines changed: 2 additions & 13 deletions

File tree

pkgs/development/python-modules/jedi/default.nix

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{ lib
22
, stdenv
33
, buildPythonPackage
4-
, pythonAtLeast
54
, pythonOlder
65
, fetchFromGitHub
76
, attrs
@@ -12,7 +11,7 @@
1211

1312
buildPythonPackage rec {
1413
pname = "jedi";
15-
version = "0.18.2";
14+
version = "0.19.0";
1615
format = "setuptools";
1716

1817
disabled = pythonOlder "3.6";
@@ -21,7 +20,7 @@ buildPythonPackage rec {
2120
owner = "davidhalter";
2221
repo = "jedi";
2322
rev = "v${version}";
24-
hash = "sha256-hNRmUFpRzVKJQAtfsSNV4jeTR8vVj1+mGBIPO6tUGto=";
23+
hash = "sha256-Hw0+KQkB9ICWbBJDQQmHyKngzJlJ8e3wlpe4aSrlkvo=";
2524
fetchSubmodules = true;
2625
};
2726

@@ -43,16 +42,6 @@ buildPythonPackage rec {
4342
] ++ lib.optionals (stdenv.isAarch64 && pythonOlder "3.9") [
4443
# AssertionError: assert 'foo' in ['setup']
4544
"test_init_extension_module"
46-
] ++ lib.optionals (pythonAtLeast "3.11") [
47-
# disabled until 3.11 is added to _SUPPORTED_PYTHONS in jedi/api/environment.py
48-
"test_find_system_environments"
49-
50-
# disabled until https://github.com/davidhalter/jedi/issues/1858 is resolved
51-
"test_interpreter"
52-
"test_scanning_venvs"
53-
"test_create_environment_venv_path"
54-
"test_create_environment_executable"
55-
"test_venv_and_pths"
5645
];
5746

5847
meta = with lib; {

0 commit comments

Comments
 (0)