mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-28 00:42:25 +01:00
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:
parent
5e975c30a2
commit
022bb63dd5
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user