File tree Expand file tree Collapse file tree
pkgs/development/python-modules/jedi Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{ lib
22, stdenv
33, buildPythonPackage
4- , pythonAtLeast
54, pythonOlder
65, fetchFromGitHub
76, attrs
1211
1312buildPythonPackage 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 ; {
You can’t perform that action at this time.
0 commit comments