python3Packages.colorlog: switch to pytestCheckHook

This commit is contained in:
Fabian Affolter
2021-01-14 08:00:31 -08:00
committed by Jonathan Ringer
parent f2a260ea4a
commit a2f611d01a
@@ -15,7 +15,7 @@ buildPythonPackage rec {
checkInputs = [ pytestCheckHook ];
pythonImportsCheck = [ "colorlog" ];
pythonImportsCheck = [ "colorlog" ];
meta = with lib; {
description = "Log formatting with colors";