Logbook: fix darwin build

This commit is contained in:
Fabian Möller
2019-09-14 22:33:59 +02:00
parent 618b7d7de0
commit 90b8849b20

View File

@@ -18,6 +18,9 @@ buildPythonPackage rec {
py.test tests
'';
# Some of the tests use localhost networking.
__darwinAllowLocalNetworking = true;
meta = {
homepage = https://pythonhosted.org/Logbook/;
description = "A logging replacement for Python";