Logbook: fix darwin build

This commit is contained in:
Fabian Möller 2019-09-14 22:33:59 +02:00
parent 618b7d7de0
commit 90b8849b20
No known key found for this signature in database
GPG Key ID: 70B29D65DD8A7E31

View File

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