python3-hypercorn: fix tests

This commit is contained in:
Andrew J. Hesford 2022-05-14 14:44:29 -04:00 committed by Andrew J. Hesford
parent 0111dd5ec5
commit daac1e0248

View file

@ -8,7 +8,7 @@ make_install_target="Hypercorn-${version}-*-*-*.whl"
hostmakedepends="python3-poetry-core" hostmakedepends="python3-poetry-core"
depends="python3-h11 python3-h2 python3-priority depends="python3-h11 python3-h2 python3-priority
python3-toml python3-typing_extensions python3-wsproto" python3-toml python3-typing_extensions python3-wsproto"
checkdepends="python3-pytest-asyncio $depends" checkdepends="python3-pytest-asyncio python3-tomli $depends"
short_desc="Python ASGI server based on hyper and inspired by gunicorn" short_desc="Python ASGI server based on hyper and inspired by gunicorn"
maintainer="Andrew J. Hesford <ajh@sideband.org>" maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="MIT" license="MIT"