mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-04 01:42:53 +03:00
pythonPackages.jedi: 0.8.1 -> 0.9.0, disable tests
This commit is contained in:
parent
09cd68dfb2
commit
62d914d8a2
@ -10081,13 +10081,22 @@ in modules // {
|
||||
};
|
||||
|
||||
jedi = buildPythonPackage (rec {
|
||||
name = "jedi-0.8.1";
|
||||
name = "jedi-0.9.0";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "http://pypi.python.org/packages/source/j/jedi/${name}.tar.gz";
|
||||
sha256 = "1a7bg159mc1la5p1zsblzpr9hmypa7nz0mpvf7dww57cgi2sw8sd";
|
||||
sha256 = "0c8x962ynpx001fdvp07m2q5jk4igkxbj3rmnydavphvlgxijk1v";
|
||||
};
|
||||
|
||||
buildInputs = [ self.pytest ];
|
||||
|
||||
checkPhase = ''
|
||||
py.test test
|
||||
'';
|
||||
|
||||
# 7 failed
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
homepage = https://github.com/davidhalter/jedi;
|
||||
description = "An autocompletion tool for Python that can be used for text editors";
|
||||
|
Loading…
Reference in New Issue
Block a user