Merge pull request #68783 from B4dM4n/webtest-darwin

pythonPackages.webtest: fix darwin build
This commit is contained in:
Matthew Bauer
2019-09-17 17:53:46 -04:00
committed by GitHub

View File

@@ -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/;