Merge pull request #68783 from B4dM4n/webtest-darwin
pythonPackages.webtest: fix darwin build
This commit is contained in:
commit
7c044bb820
@ -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/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user