pythonPackages.cherrypy: Fix tests on darwin

This commit is contained in:
Sandro Jäckel 2021-01-03 09:22:35 +01:00
parent bb0e23b7bb
commit 8cc981adc2
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -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";