Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-pytest-trio
Commits: 1ef11efd by Carl Smedstad at 2024-10-06T16:13:45+02:00 upgpkg: 0.8.0-7: Drop unneeded checkdep python-pytest-cov https://archlinux.org/todo/drop-python-pytest-cov-dependency-if-unneeded/ - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,11 +1,10 @@ pkgbase = python-pytest-trio pkgdesc = Pytest plugin for Trio pkgver = 0.8.0 - pkgrel = 6 + pkgrel = 7 url = https://github.com/python-trio/pytest-trio arch = any license = Apache-2.0 OR MIT - checkdepends = python-pytest-cov checkdepends = python-trio-asyncio makedepends = git makedepends = python-build ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=python-pytest-trio pkgver=0.8.0 -pkgrel=6 +pkgrel=7 pkgdesc='Pytest plugin for Trio' arch=(any) url=https://github.com/python-trio/pytest-trio @@ -24,7 +24,6 @@ makedepends=( python-wheel ) checkdepends=( - python-pytest-cov python-trio-asyncio ) source=(git+$url.git#tag=v$pkgver) @@ -47,7 +46,7 @@ build() { check() { cd pytest-trio - PYTHONPATH="." python -m pytest + PYTHONPATH="." pytest --override-ini="addopts=--pyargs pytest_trio" } package() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-trio/-/commit/1ef11efd09d3d66f9a4e28ed5760dcf0f90c4fab -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-trio/-/commit/1ef11efd09d3d66f9a4e28ed5760dcf0f90c4fab You're receiving this email because of your account on gitlab.archlinux.org.
