python.pkgs.pytest-sugar: run tests
This commit is contained in:
parent
976856c30c
commit
d3f434e749
1 changed files with 5 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue