Merge pull request #68782 from B4dM4n/portend-darwin
pythonPackages.portend: fix darwin build
This commit is contained in:
commit
1803573281
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user