16 buildPythonPackage rec {
19 format = "setuptools";
21 disabled = pythonOlder "3.6";
26 hash = "sha256-VL2WlyWDjZhhqfon+Nlx950nXZSuJV9cUB9Tu22ZKes=";
31 # Replace deprecated unittest aliases for Python 3.12
32 name = "webtest-python312-compat.patch";
33 url = "https://github.com/Pylons/webtest/commit/d82ec5bd2cf3c7109a1d49ad9fa802ae1eae1763.patch";
34 hash = "sha256-hSwxAxAI3Eo28I8S+r2k/hFG8TlzrVYup3MuTsE+xXk=";
38 propagatedBuildInputs = [
52 __darwinAllowLocalNetworking = true;
54 pythonImportsCheck = [
59 description = "Helper to test WSGI applications";
60 homepage = "https://webtest.readthedocs.org/";
61 license = licenses.mit;
62 maintainers = with maintainers; [ fab ];