15 buildPythonPackage rec {
18 format = "setuptools";
20 disabled = pythonOlder "3.6";
25 hash = "sha256-VL2WlyWDjZhhqfon+Nlx950nXZSuJV9cUB9Tu22ZKes=";
28 propagatedBuildInputs = [
42 __darwinAllowLocalNetworking = true;
44 pythonImportsCheck = [
49 description = "Helper to test WSGI applications";
50 homepage = "https://webtest.readthedocs.org/";
51 license = licenses.mit;
52 maintainers = with maintainers; [ fab ];