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
|
||||
, pythonOlder
|
||||
, fetchFromGitHub
|
||||
, colorama
|
||||
, django
|
||||
, docopt
|
||||
, pytestCheckHook
|
||||
, parso
|
||||
}:
|
||||
|
@ -26,9 +24,7 @@ buildPythonPackage rec {
|
|||
propagatedBuildInputs = [ parso ];
|
||||
|
||||
checkInputs = [
|
||||
colorama
|
||||
django
|
||||
docopt
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
|
@ -50,7 +46,7 @@ buildPythonPackage rec {
|
|||
meta = with lib; {
|
||||
homepage = "https://github.com/davidhalter/jedi";
|
||||
description = "An autocompletion tool for Python that can be used for text editors";
|
||||
license = licenses.lgpl3Plus;
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue