Skip to content

Commit

Permalink
python3Pakcages.pid: remove nose dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mindstorms6 committed Jul 15, 2024
1 parent d030653 commit d4de39b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkgs/development/python-modules/pid/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
lib,
buildPythonPackage,
fetchPypi,
nose,
}:

buildPythonPackage rec {
Expand All @@ -15,7 +14,7 @@ buildPythonPackage rec {
sha256 = "0e33670e83f6a33ebb0822e43a609c3247178d4a375ff50a4689e266d853eb66";
};

buildInputs = [ nose ];
buildInputs = [ ];

# No tests included
doCheck = false;
Expand Down

0 comments on commit d4de39b

Please sign in to comment.