pgjones / hypercorn

Hypercorn is an ASGI and WSGI Server based on Hyper libraries and inspired by Gunicorn.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question about use `taskgroup` in test suite

kloczek opened this issue · comments

Looks like pytest uses taskgroup and only module which I found is https://pypi.org/project/taskgroup/ which seems not maintained and has no stable release.
Is this exactly module which should be used with test suite? 🤔

It is a backport of the standard library code, it is also only added if the Python version is pre 3.11, https://github.com/pgjones/hypercorn/blob/main/pyproject.toml#L37.

It is a backport of the standard library code, it is also only added if the Python version is pre 3.11,

My question wan not about where it is declared in hypercorn dependencies but from where is possible to download it.
As I wrote link which I copied has no stable release and repo seems is not maintained 🤔