python3Packages.colorlog: switch to pytestCheckHook

This commit is contained in:
Fabian Affolter 2021-01-14 16:19:40 +01:00 committed by Jonathan Ringer
parent f2a260ea4a
commit a2f611d01a

View file

@ -15,7 +15,7 @@ buildPythonPackage rec {
checkInputs = [ pytestCheckHook ];
pythonImportsCheck = [ "colorlog" ];
pythonImportsCheck = [ "colorlog" ];
meta = with lib; {
description = "Log formatting with colors";