python311Packages.logbook: add pythonImportsCheck

This commit is contained in:
Fabian Affolter
2023-08-31 16:35:51 +02:00
parent 1fa7b1e267
commit d2ebe57524
@@ -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/";