16 buildPythonPackage rec {
19 disabled = isPy27; # paste.deploy is not longer a valid import
24 sha256 = "4221020d502ff414c5fba83c1213985b83219cb1cc611fe58aa4feaf96b5e062";
28 substituteInPlace setup.py --replace "nose<1.3.0" "nose"
31 propagatedBuildInputs = [ webob six beautifulsoup4 waitress ];
33 checkInputs = [ nose mock PasteDeploy wsgiproxy2 pyquery ];
35 # Some of the tests use localhost networking.
36 __darwinAllowLocalNetworking = true;
39 description = "Helper to test WSGI applications";
40 homepage = "https://webtest.readthedocs.org/en/latest/";
41 license = licenses.mit;