python.pkgs.pytest-sugar: run tests
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user