ImportError while loading conftest '/home/runner/work/hubtraf/hubtraf/tests/conftest.py'.
tests/conftest.py:8: in <module>
from hubtraf.user import User
hubtraf/user.py:8: in <module>
import async_timeout
E ModuleNotFoundError: No module named 'async_timeout'
Error: Process completed with exit code 4.
This causes failures in TLJH test suite with debian:12 we want to test, as it has Python 3.11 in its OS environment (as compared to hub and/or user environment). I'll try resolve it now.
https://github.com/yuvipanda/hubtraf/actions/runs/7404818448/job/20146882394
Related to https://github.com/dask/dask-gateway/pull/772