cheroot: fix darwin sandbox build

This commit is contained in:
Fabian Möller 2019-09-16 01:37:19 +02:00
parent d8f5ad9948
commit 5347a8038a
No known key found for this signature in database
GPG Key ID: 70B29D65DD8A7E31

View File

@ -34,6 +34,9 @@ buildPythonPackage rec {
pytest -k 'not tls' ${lib.optionalString stdenv.isDarwin "--deselect=cheroot/test/test_ssl.py::test_http_over_https_error --deselect=cheroot/test/test_server.py::test_bind_addr_unix"}
'';
# Some of the tests use localhost networking.
__darwinAllowLocalNetworking = true;
meta = with lib; {
description = "High-performance, pure-Python HTTP";
homepage = https://github.com/cherrypy/cheroot;