pythonPackages.portend: fix darwin build

This commit is contained in:
Fabian Möller 2019-09-14 13:35:35 +02:00
parent 2a10e8fef5
commit 9d1de74063
No known key found for this signature in database
GPG Key ID: 70B29D65DD8A7E31

View File

@ -24,6 +24,9 @@ buildPythonPackage rec {
py.test --deselect=test_portend.py::TestChecker::test_check_port_listening
'';
# Some of the tests use localhost networking.
__darwinAllowLocalNetworking = true;
meta = with stdenv.lib; {
description = "Monitor TCP ports for bound or unbound states";
homepage = https://github.com/jaraco/portend;