pythonPackages.sanic: Fix tests on darwin

This commit is contained in:
Sandro Jäckel 2021-01-03 06:38:46 +01:00
parent 6dab1ba66d
commit 95809a7182
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -36,6 +36,8 @@ buildPythonPackage rec {
"test_zero_downtime" # No "examples.delayed_response.app" module in pypi distribution. "test_zero_downtime" # No "examples.delayed_response.app" module in pypi distribution.
]; ];
__darwinAllowLocalNetworking = true;
meta = with lib; { meta = with lib; {
description = "A microframework based on uvloop, httptools, and learnings of flask"; description = "A microframework based on uvloop, httptools, and learnings of flask";
homepage = "http://github.com/channelcat/sanic/"; homepage = "http://github.com/channelcat/sanic/";