pyzmq: fix darwin build
This commit is contained in:
parent
2a10e8fef5
commit
6002a5e7f1
@ -32,4 +32,7 @@ buildPythonPackage rec {
|
|||||||
and not test_on_recv_wake \
|
and not test_on_recv_wake \
|
||||||
and not test_monitor"
|
and not test_monitor"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# Some of the tests use localhost networking.
|
||||||
|
__darwinAllowLocalNetworking = true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user