Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@

pkgname=python-pytest-cov
_pyname=${pkgname#*-}
pkgver=6.1.1
pkgver=7.0.0
pkgrel=1
pkgdesc='Coverage plugin for pytest'
url='https://pytest-cov.readthedocs.io/en/latest/'
arch=(any)
license=(MIT)
depends=(python python-coverage python-pytest)
makedepends=(python-build python-installer python-setuptools python-wheel)
makedepends=(python-build python-installer python-hatchling python-hatch-fancy-pypi-readme)
# Missing python-process-tests python-virtualenv
# checkdepends=(python-fields python-pytest python-pytest-xdist
# python-process-tests python-virtualenv python)
source=("https://github.com/pytest-dev/pytest-cov/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('5fa3b3df2565ddcc3180e0383486c8fb6973656b3790951aaf6ddd8598c6089a')
sha256sums=('1cdb87c01ae41c57ff173c2bdf6a03085f8713c2d4ef8af795f60826d62eee1a')

build() {
cd "$_pyname-$pkgver"
Expand Down