python3Packages.jedi: reduce test dependencies
This commit is contained in:
parent
ae6354cde1
commit
ba724316cb
1 changed files with 1 additions and 5 deletions
|
@ -3,9 +3,7 @@
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, pythonOlder
|
, pythonOlder
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, colorama
|
|
||||||
, django
|
, django
|
||||||
, docopt
|
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
, parso
|
, parso
|
||||||
}:
|
}:
|
||||||
|
@ -26,9 +24,7 @@ buildPythonPackage rec {
|
||||||
propagatedBuildInputs = [ parso ];
|
propagatedBuildInputs = [ parso ];
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
colorama
|
|
||||||
django
|
django
|
||||||
docopt
|
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -50,7 +46,7 @@ buildPythonPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/davidhalter/jedi";
|
homepage = "https://github.com/davidhalter/jedi";
|
||||||
description = "An autocompletion tool for Python that can be used for text editors";
|
description = "An autocompletion tool for Python that can be used for text editors";
|
||||||
license = licenses.lgpl3Plus;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue