pyzmq: fix darwin build

This commit is contained in:
Fabian Möller 2019-09-14 21:12:22 +02:00
parent 2a10e8fef5
commit 6002a5e7f1
No known key found for this signature in database
GPG Key ID: 70B29D65DD8A7E31

View File

@ -32,4 +32,7 @@ buildPythonPackage rec {
and not test_on_recv_wake \
and not test_monitor"
'';
# Some of the tests use localhost networking.
__darwinAllowLocalNetworking = true;
}