forked from mirrors/nixpkgs
Merge pull request #181503 from risicle/ris-rich-passthru-tests
This commit is contained in:
commit
d6fc042624
|
@ -9,6 +9,12 @@
|
|||
, pygments
|
||||
, typing-extensions
|
||||
, pytestCheckHook
|
||||
|
||||
# for passthru.tests
|
||||
, enrich
|
||||
, httpie
|
||||
, rich-rst
|
||||
, textual
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -46,6 +52,10 @@ buildPythonPackage rec {
|
|||
|
||||
pythonImportsCheck = [ "rich" ];
|
||||
|
||||
passthru.tests = {
|
||||
inherit enrich httpie rich-rst textual;
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal";
|
||||
homepage = "https://github.com/Textualize/rich";
|
||||
|
|
Loading…
Reference in a new issue