python310Packages.bottle: Fix tests on darwin

This commit is contained in:
Martin Weinelt 2023-03-04 16:39:47 +01:00
parent 6ac03d0750
commit 535fe95820
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -29,6 +29,8 @@ buildPythonPackage rec {
"test_error_in_generator_callback"
];
__darwinAllowLocalNetworking = true;
meta = with lib; {
homepage = "https://bottlepy.org/";
description = "A fast and simple micro-framework for small web-applications";