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"}
|
"--deselect=cherrypy/test/test_bus.py::BusMethodTests::test_block"}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
__darwinAllowLocalNetworking = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://www.cherrypy.org";
|
homepage = "https://www.cherrypy.org";
|
||||||
description = "A pythonic, object-oriented HTTP framework";
|
description = "A pythonic, object-oriented HTTP framework";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user