pythonPackages.webtest: fix darwin build

This commit is contained in:
Fabian Möller 2019-09-14 00:19:46 +02:00
parent 2a10e8fef5
commit 155a0a07f4
No known key found for this signature in database
GPG key ID: 70B29D65DD8A7E31

View file

@ -30,6 +30,9 @@ buildPythonPackage rec {
checkInputs = [ nose mock PasteDeploy wsgiproxy2 pyquery ]; checkInputs = [ nose mock PasteDeploy wsgiproxy2 pyquery ];
# Some of the tests use localhost networking.
__darwinAllowLocalNetworking = true;
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Helper to test WSGI applications"; description = "Helper to test WSGI applications";
homepage = https://webtest.readthedocs.org/en/latest/; homepage = https://webtest.readthedocs.org/en/latest/;