Skip to content

Commit

Permalink
python3Packages.jedi: reduce test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed Feb 12, 2022
1 parent ae6354c commit ba72431
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pkgs/development/python-modules/jedi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
, buildPythonPackage
, pythonOlder
, fetchFromGitHub
, colorama
, django
, docopt
, pytestCheckHook
, parso
}:
Expand All @@ -26,9 +24,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ parso ];

checkInputs = [
colorama
django
docopt
pytestCheckHook
];

Expand All @@ -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; [ ];
};
}

0 comments on commit ba72431

Please sign in to comment.