============================= test session starts ==============================
platform linux -- Python 3.10.1, pytest-6.2.5, py-1.11.0, pluggy-0.13.1 -- /usr/bin/python
cachedir: .pytest_cache
rootdir: /build/python-wsgi-intercept/src/wsgi_intercept-1.9.2
collecting ... collected 41 items / 4 errors / 37 selected

==================================== ERRORS ====================================
____________ ERROR collecting wsgi_intercept/tests/test_httplib2.py ____________
ImportError while importing test module '/build/python-wsgi-intercept/src/wsgi_intercept-1.9.2/wsgi_intercept/tests/test_httplib2.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
wsgi_intercept/tests/test_httplib2.py:2: in <module>
    from wsgi_intercept import httplib2_intercept, WSGIAppError
wsgi_intercept/httplib2_intercept.py:7: in <module>
    from httplib2 import (SCHEME_TO_CONNECTION, HTTPConnectionWithTimeout,
E   ModuleNotFoundError: No module named 'httplib2'
__________ ERROR collecting wsgi_intercept/tests/test_interceptor.py ___________
ImportError while importing test module '/build/python-wsgi-intercept/src/wsgi_intercept-1.9.2/wsgi_intercept/tests/test_interceptor.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
wsgi_intercept/tests/test_interceptor.py:13: in <module>
    from httplib2 import Http, ServerNotFoundError
E   ModuleNotFoundError: No module named 'httplib2'
_______ ERROR collecting wsgi_intercept/tests/test_module_interceptor.py _______
ImportError while importing test module '/build/python-wsgi-intercept/src/wsgi_intercept-1.9.2/wsgi_intercept/tests/test_module_interceptor.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
wsgi_intercept/tests/test_module_interceptor.py:5: in <module>
    from httplib2 import Http
E   ModuleNotFoundError: No module named 'httplib2'
________ ERROR collecting wsgi_intercept/tests/test_wsgi_compliance.py _________
ImportError while importing test module '/build/python-wsgi-intercept/src/wsgi_intercept-1.9.2/wsgi_intercept/tests/test_wsgi_compliance.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
wsgi_intercept/tests/test_wsgi_compliance.py:7: in <module>
    from wsgi_intercept import httplib2_intercept
wsgi_intercept/httplib2_intercept.py:7: in <module>
    from httplib2 import (SCHEME_TO_CONNECTION, HTTPConnectionWithTimeout,
E   ModuleNotFoundError: No module named 'httplib2'
=========================== short test summary info ============================
ERROR wsgi_intercept/tests/test_httplib2.py
ERROR wsgi_intercept/tests/test_interceptor.py
ERROR wsgi_intercept/tests/test_module_interceptor.py
ERROR wsgi_intercept/tests/test_wsgi_compliance.py
!!!!!!!!!!!!!!!!!!! Interrupted: 4 errors during collection !!!!!!!!!!!!!!!!!!!!
============================== 4 errors in 1.76s ===============================
[1m[31m==> ERROR:[m[1m A failure occurred in check().[m
[1m    Aborting...[m
