Merge pull request #68883 from B4dM4n/cheroot-darwin
cheroot: fix darwin sandbox build
This commit is contained in:
commit
463703c213
@ -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"}
|
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; {
|
meta = with lib; {
|
||||||
description = "High-performance, pure-Python HTTP";
|
description = "High-performance, pure-Python HTTP";
|
||||||
homepage = https://github.com/cherrypy/cheroot;
|
homepage = https://github.com/cherrypy/cheroot;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user