yuvipanda / hubtraf

Traffic simulator for JupyterHub
BSD 3-Clause "New" or "Revised" License
40 stars 24 forks source link

Tests failing in default branch #45

Closed consideRatio closed 8 months ago

consideRatio commented 10 months ago

https://github.com/yuvipanda/hubtraf/actions/runs/7404818448/job/20146882394

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.

Related to https://github.com/dask/dask-gateway/pull/772

consideRatio commented 8 months ago

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.