jupyterhub / simpervisor

Simple Python3 Supervisor library
BSD 3-Clause "New" or "Revised" License
12 stars 10 forks source link

Test failures in main branch #49

Closed consideRatio closed 9 months ago

consideRatio commented 10 months ago

All tests fails, maybe a stricter yarl version is released?

  File "/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/aiohttp/web_runner.py", line 112, in name
    return str(URL.build(scheme=scheme, host=host, port=self._port))
  File "/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/yarl/_url.py", line 237, in build
    raise TypeError("The port is required to be int.")

Example test failure at https://github.com/jupyterhub/simpervisor/actions/runs/7394349740/job/20115580019?pr=48