From fe35f960d24250e802a133d4b9ac686c73ca947c Mon Sep 17 00:00:00 2001 From: Robert Scott Date: Thu, 21 Jul 2022 19:22:22 +0100 Subject: [PATCH] python3Packages.typer: include rich in checkInputs --- pkgs/development/python-modules/typer/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/typer/default.nix b/pkgs/development/python-modules/typer/default.nix index 21c437dbddbd..460b9bdda063 100644 --- a/pkgs/development/python-modules/typer/default.nix +++ b/pkgs/development/python-modules/typer/default.nix @@ -6,6 +6,7 @@ , flit-core , click , pytestCheckHook +, rich , shellingham , pytest-xdist , pytest-sugar @@ -38,6 +39,7 @@ buildPythonPackage rec { pytest-xdist pytest-sugar shellingham + rich coverage # execs coverage in tests ];