Skip to content

Commit

Permalink
python312Packages.spark-parser: drop nose dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigmanificient committed Jul 25, 2024
1 parent 956c99c commit 594b01c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/development/python-modules/spark-parser/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
lib,
buildPythonPackage,
fetchPypi,
nose,
unittestCheckHook,
click,
}:

Expand All @@ -17,9 +17,11 @@ buildPythonPackage rec {
sha256 = "0np2y4jcir4a4j18wws7yzkz2zj6nqhdhn41rpq8pyskg6wrgfx7";
};

buildInputs = [ nose ];
propagatedBuildInputs = [ click ];

nativeCheckInputs = [ unittestCheckHook ];
unittestFlagsArray = [ "-s" "test" "-v" ];

meta = with lib; {
description = "Early-Algorithm Context-free grammar Parser";
mainProgram = "spark-parser-coverage";
Expand Down

0 comments on commit 594b01c

Please sign in to comment.