python.pkgs.pytest-sugar: run tests

This commit is contained in:
Robert Schütz 2020-07-07 14:18:23 +02:00 committed by Jon
parent 976856c30c
commit d3f434e749
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,7 @@
, termcolor , termcolor
, pytest , pytest
, packaging , packaging
, pytestCheckHook
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -21,6 +22,10 @@ buildPythonPackage rec {
packaging packaging
]; ];
checkInputs = [
pytestCheckHook
];
meta = with lib; { meta = with lib; {
description = "A plugin that changes the default look and feel of py.test"; description = "A plugin that changes the default look and feel of py.test";
homepage = "https://github.com/Frozenball/pytest-sugar"; homepage = "https://github.com/Frozenball/pytest-sugar";