pythonPackages.pytest-lazy-fixture: use pytestCheckHook
This commit is contained in:
parent
5ddadce27b
commit
4b65f859c9
@ -1,7 +1,7 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, pytest
|
, pytestCheckHook
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -14,13 +14,9 @@ buildPythonPackage rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
pytest
|
pytestCheckHook
|
||||||
];
|
];
|
||||||
|
|
||||||
checkPhase = ''
|
|
||||||
pytest
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Helps to use fixtures in pytest.mark.parametrize";
|
description = "Helps to use fixtures in pytest.mark.parametrize";
|
||||||
homepage = "https://github.com/pytest-dev/pytest-repeat";
|
homepage = "https://github.com/pytest-dev/pytest-repeat";
|
||||||
|
Loading…
Reference in New Issue
Block a user