8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
18 hash = "sha256-tk71FBvlWc+t5EjwRPpFwiYDUe3Lao72t+AMfc7wwyM=";
25 pythonImportsCheck = [
30 # AttributeError: 'Thread' object has no attribute 'isAlive'
31 "tests/test_in_wsgiref.py"
32 "tests/test_client_functional.py"
36 description = "WSGI request and response object";
37 homepage = "https://webob.org/";
38 license = licenses.mit;
39 maintainers = with maintainers; [ ];