python310Packages.bottle: Fix tests on darwin
This commit is contained in:
parent
6ac03d0750
commit
535fe95820
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user