community/py3-hypercorn: drop py3-mock from checkdepends

Not actually used by the code, which calls unittest.mock directly.
See #18021.
This commit is contained in:
knuxify 2026-03-29 08:13:28 +02:00 committed by mio
parent fdadf91563
commit 8dea799816

View File

@ -3,14 +3,14 @@
maintainer="knuxify <knuxify@gmail.com>"
pkgname=py3-hypercorn
pkgver=0.18.0
pkgrel=1
pkgrel=2
pkgdesc="ASGI Server based on Hyper libraries and inspired by Gunicorn"
url="https://github.com/pgjones/hypercorn"
arch="noarch"
license="MIT"
depends="py3-aioquic py3-h11 py3-h2 py3-priority py3-wsproto"
makedepends="py3-gpep517 py3-pdm-backend"
checkdepends="py3-httpx py3-hypothesis py3-mock py3-pytest py3-pytest-asyncio py3-pytest-trio py3-trio"
checkdepends="py3-httpx py3-hypothesis py3-pytest py3-pytest-asyncio py3-pytest-trio py3-trio"
subpackages="$pkgname-pyc"
source="https://github.com/pgjones/hypercorn/archive/$pkgver/py3-hypercorn-$pkgver.tar.gz
no-pytest-cov.patch"