about summary refs log tree commit diff
path: root/pkgs/development/python-modules/cherrypy
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-01-03 09:22:35 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-01-07 10:42:01 +0100
commit8cc981adc2f3ccf9b339231b4d58f7725ce1a693 (patch)
treef0f624cbfc6c96e2aab3aff1b62f35db883b3502 /pkgs/development/python-modules/cherrypy
parentbb0e23b7bb06856935f1ef2917626dbd7cd858cf (diff)
pythonPackages.cherrypy: Fix tests on darwin
Diffstat (limited to 'pkgs/development/python-modules/cherrypy')
-rw-r--r--pkgs/development/python-modules/cherrypy/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/cherrypy/default.nix b/pkgs/development/python-modules/cherrypy/default.nix
index f23d06001922a..3e9f75795e497 100644
--- a/pkgs/development/python-modules/cherrypy/default.nix
+++ b/pkgs/development/python-modules/cherrypy/default.nix
@@ -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";