This repository was archived by the owner on Mar 6, 2026. It is now read-only.
Description _______ ERROR collecting tests_async / transport / test_aiohttp_requests .py ________
ImportError while importing test module '/home/tseaver/projects/agendaless/Google/src/google-auth/tests_async/transport/test_aiohttp_requests.py' .
Hint : make sure your test modules / packages have valid Python names .
Traceback :
.nox / unit - 3 - 6 / lib / python3 .6 / site - packages / aioresponses / compat .py :14 : in < module >
from unittest import IsolatedAsyncioTestCase , skipIf
E ImportError : cannot import name 'IsolatedAsyncioTestCase'
During handling of the above exception , another exception occurred :
/ opt / Python - 3.6 .10 / lib / python3 .6 / importlib / __init__ .py :126 : in import_module
return _bootstrap ._gcd_import (name [level :], package , level )
tests_async / transport / test_aiohttp_requests .py :16 : in < module >
from aioresponses import aioresponses , core
.nox / unit - 3 - 6 / lib / python3 .6 / site - packages / aioresponses / __init__ .py :2 : in < module >
from .core import CallbackResult , aioresponses
.nox / unit - 3 - 6 / lib / python3 .6 / site - packages / aioresponses / core .py :23 : in < module >
from .compat import (
.nox / unit - 3 - 6 / lib / python3 .6 / site - packages / aioresponses / compat .py :29 : in < module >
from asynctest import fail_on , skipIf
E ModuleNotFoundError : No module named 'asynctest'
Due to pnuckowski/aioresponses#172
Reactions are currently unavailable
Due to pnuckowski/aioresponses#172