community/py3-pytest-asyncio: upgrade to 0.21.2

Pytest 8.2.0 compatibility upgrade, fixes error
seen while building py3-fakeredis & py3-structlog:

E       AttributeError: 'FixtureDef' object has no attribute 'unittest'

Relevant issue: https://github.com/pytest-dev/pytest/issues/12269
This commit is contained in:
Celeste 2024-05-04 13:18:26 +00:00
parent a8af19ee3d
commit 6f59f66321

View File

@ -1,8 +1,8 @@
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=py3-pytest-asyncio
pkgver=0.21.1
pkgrel=2
pkgver=0.21.2
pkgrel=0
pkgdesc="Pytest support for asyncio"
url="https://github.com/pytest-dev/pytest-asyncio"
arch="noarch"
@ -34,5 +34,5 @@ package() {
}
sha512sums="
315007038d510ce876638d49d2310962f34264440452ed49f7cbdb608340bd1eb4868d529e44812a9cb5bf5dfe123c338ab2fa4c892505329820f5da15d2bb6d py3-pytest-asyncio-0.21.1.tar.gz
1ec0d5830cc3cc5551e828a584245acb874c6d32ef47b9a836ccb03cbbd34702c4789f5af8a741a978f702f4eae36641e519ee4dcc96f0858788c647defcbdad py3-pytest-asyncio-0.21.2.tar.gz
"