python.pkgs.pytest-sugar: run tests
This commit is contained in:
parent
976856c30c
commit
d3f434e749
|
@ -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";
|
||||||
|
|
Loading…
Reference in New Issue