pythonPackages.webtest: fix darwin build
This commit is contained in:
parent
2a10e8fef5
commit
155a0a07f4
@ -30,6 +30,9 @@ buildPythonPackage rec {
|
||||
|
||||
checkInputs = [ nose mock PasteDeploy wsgiproxy2 pyquery ];
|
||||
|
||||
# Some of the tests use localhost networking.
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Helper to test WSGI applications";
|
||||
homepage = https://webtest.readthedocs.org/en/latest/;
|
||||
|
Loading…
Reference in New Issue
Block a user