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
commit 7c044bb820
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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