mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
python3-pytest-cov: update to 6.2.1.
This commit is contained in:
parent
091aba5930
commit
a3215b71b1
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'python3-pytest-cov'
|
||||
pkgname=python3-pytest-cov
|
||||
version=6.1.1
|
||||
version=6.2.1
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-pytest python3-coverage"
|
||||
depends="python3-pytest python3-coverage python3-pluggy"
|
||||
checkdepends="$depends python3-fields python3-process-tests
|
||||
python3-pytest-xdist python3-virtualenv"
|
||||
short_desc="Pytest plugin for measuring coverage"
|
||||
|
@ -13,7 +13,7 @@ license="MIT"
|
|||
homepage="https://pytest-cov.readthedocs.io/en/latest/"
|
||||
changelog="https://raw.githubusercontent.com/pytest-dev/pytest-cov/master/CHANGELOG.rst"
|
||||
distfiles="${PYPI_SITE}/p/pytest-cov/pytest_cov-${version}.tar.gz"
|
||||
checksum=46935f7aaefba760e716c2ebfbe1c216240b9592966e7da99ea8292d4d3e2a0a
|
||||
checksum=25cc6cc0a5358204b8108ecedc51a9b57b34cc6b8c967cc2c01a4e00d8a67da2
|
||||
|
||||
do_check() {
|
||||
# Running via PYTHONPATH breaks a few tests so we use a venv
|
||||
|
|
Loading…
Add table
Reference in a new issue