pythonPackages.cherrypy: Fix tests on darwin
This commit is contained in:
parent
bb0e23b7bb
commit
8cc981adc2
@ -45,6 +45,8 @@ buildPythonPackage rec {
|
||||
"--deselect=cherrypy/test/test_bus.py::BusMethodTests::test_block"}
|
||||
'';
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "https://www.cherrypy.org";
|
||||
description = "A pythonic, object-oriented HTTP framework";
|
||||
|
Loading…
Reference in New Issue
Block a user