python39Packages.click-help-colors: use pytestCheckHook

This commit is contained in:
Sandro Jäckel 2021-08-27 05:28:12 +02:00
parent d3d60a082a
commit e03f1bb3c4
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -1,5 +1,5 @@
{ lib, fetchPypi, buildPythonPackage
, click, pytest
, click, pytestCheckHook
}:
buildPythonPackage rec {
@ -13,9 +13,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ click ];
# tries to use /homeless-shelter to mimic container usage, etc
#doCheck = false;
checkInputs = [ pytest ];
checkInputs = [ pytestCheckHook ];
pythonImportsCheck = [ "click_help_colors" ];