python311Packages.logbook: add pythonImportsCheck
This commit is contained in:
@@ -35,6 +35,10 @@ buildPythonPackage rec {
|
||||
# Some of the tests use localhost networking.
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
pythonImportsCheck = [
|
||||
"logbook"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "A logging replacement for Python";
|
||||
homepage = "https://logbook.readthedocs.io/";
|
||||
|
||||
Reference in New Issue
Block a user