* update python-pytest-trio to 0.8.0-6

This commit is contained in:
Alexander Baldeck 2024-06-26 08:51:11 +02:00
parent ee053c2793
commit fce86dc71f

View File

@ -3,17 +3,15 @@
pkgname=python-pytest-trio
pkgver=0.8.0
pkgrel=5
pkgrel=6
pkgdesc='Pytest plugin for Trio'
arch=(any)
url=https://github.com/python-trio/pytest-trio
license=(
APACHE
MIT
'Apache-2.0 OR MIT'
)
depends=(
python
python-exceptiongroup
python-hypothesis
python-outcome
python-pytest
@ -30,9 +28,8 @@ checkdepends=(
python-pytest-cov
python-trio-asyncio
)
_tag=250ec45f5d72eca78ab0ea2d1571667d2c51f8b5
source=(git+https://github.com/python-trio/pytest-trio.git#tag=${_tag})
b2sums=(SKIP)
source=(git+$url.git#tag=v$pkgver)
b2sums=('e5b03ebdc1b27061b87eb4ae656df8d4fbd8e3cb289a3d585c294ffc69a5791e49c68914752aa37e32c41713b4c4243af0bef3637e03361fcc5ec76ea47e320b')
prepare() {
cd pytest-trio