community/py3-pyrate-limiter: disable check() for now

The tests are too flaky.

See:

* https://github.com/vutran1710/PyrateLimiter/issues/247
* https://github.com/vutran1710/PyrateLimiter/issues/245
This commit is contained in:
Sören Tempel 2026-03-26 07:12:19 +01:00 committed by Natanael Copa
parent 5e975c30a2
commit 022bb63dd5

View File

@ -10,6 +10,11 @@ depends="python3 py3-filelock"
makedepends="py3-hatchling py3-gpep517 py3-setuptools py3-wheel"
checkdepends="py3-pytest py3-pytest-asyncio py3-aiohttp"
subpackages="$pkgname-pyc"
# The tests have "have timing assumptions that are fragile" and are
# extremly flaky on the different architectures, hence disabled.
#
# https://github.com/vutran1710/PyrateLimiter/issues/247#issuecomment-3481636425
options="!check"
source="https://github.com/vutran1710/PyrateLimiter/archive/v$pkgver/py3-pyrate-limiter-$pkgver.tar.gz
static-version.patch"
builddir="$srcdir/PyrateLimiter-$pkgver"