mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:36:41 +01:00
python3Packages.colorlog: switch to pytestCheckHook
This commit is contained in:
parent
f2a260ea4a
commit
a2f611d01a
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ buildPythonPackage rec {
|
|||
|
||||
checkInputs = [ pytestCheckHook ];
|
||||
|
||||
pythonImportsCheck = [ "colorlog" ];
|
||||
pythonImportsCheck = [ "colorlog" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Log formatting with colors";
|
||||
|
|
Loading…
Reference in a new issue