============================= test session starts ============================== platform linux -- Python 3.10.1, pytest-6.2.5, py-1.11.0, pluggy-0.13.1 rootdir: /build/python-google-auth/src/google-auth-library-python-1.34.0 collected 658 items / 3 errors / 655 selected ==================================== ERRORS ==================================== ____________ ERROR collecting tests/transport/test__http_client.py _____________ ImportError while importing test module '/build/python-google-auth/src/google-auth-library-python-1.34.0/tests/transport/test__http_client.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) tests/transport/test__http_client.py:19: in from tests.transport import compliance tests/transport/compliance.py:19: in from pytest_localserver.http import WSGIServer E ModuleNotFoundError: No module named 'pytest_localserver' ______________ ERROR collecting tests/transport/test_requests.py _______________ ImportError while importing test module '/build/python-google-auth/src/google-auth-library-python-1.34.0/tests/transport/test_requests.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) tests/transport/test_requests.py:34: in from tests.transport import compliance tests/transport/compliance.py:19: in from pytest_localserver.http import WSGIServer E ModuleNotFoundError: No module named 'pytest_localserver' _______________ ERROR collecting tests/transport/test_urllib3.py _______________ ImportError while importing test module '/build/python-google-auth/src/google-auth-library-python-1.34.0/tests/transport/test_urllib3.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) tests/transport/test_urllib3.py:30: in from tests.transport import compliance tests/transport/compliance.py:19: in from pytest_localserver.http import WSGIServer E ModuleNotFoundError: No module named 'pytest_localserver' =============================== warnings summary =============================== ../../../../usr/lib/python3.10/site-packages/packaging/version.py:111: 352 warnings /usr/lib/python3.10/site-packages/packaging/version.py:111: DeprecationWarning: Creating a LegacyVersion has been deprecated and will be removed in the next major release warnings.warn( -- Docs: https://docs.pytest.org/en/stable/warnings.html =========================== short test summary info ============================ ERROR tests/transport/test__http_client.py ERROR tests/transport/test_requests.py ERROR tests/transport/test_urllib3.py !!!!!!!!!!!!!!!!!!! Interrupted: 3 errors during collection !!!!!!!!!!!!!!!!!!!! ======================= 352 warnings, 3 errors in 7.17s ======================== ==> ERROR: A failure occurred in check().  Aborting...