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

View file

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