tox: update to 4.15.0.

This commit is contained in:
Gonzalo Tornaría 2024-05-18 16:30:31 -03:00 committed by cinerea0
parent 6f95b4c3ee
commit 3748588ecd

View file

@ -1,6 +1,6 @@
# Template file for 'tox' # Template file for 'tox'
pkgname=tox pkgname=tox
version=4.14.2 version=4.15.0
revision=1 revision=1
build_style=python3-pep517 build_style=python3-pep517
hostmakedepends="hatchling hatch-vcs" hostmakedepends="hatchling hatch-vcs"
@ -15,7 +15,7 @@ license="MIT"
homepage="https://tox.wiki/" homepage="https://tox.wiki/"
changelog="https://raw.githubusercontent.com/tox-dev/tox/main/docs/changelog.rst" changelog="https://raw.githubusercontent.com/tox-dev/tox/main/docs/changelog.rst"
distfiles="${PYPI_SITE}/t/tox/tox-${version}.tar.gz" distfiles="${PYPI_SITE}/t/tox/tox-${version}.tar.gz"
checksum=0defb44f6dafd911b61788325741cc6b2e12ea71f987ac025ad4d649f1f1a104 checksum=7a0beeef166fbe566f54f795b4906c31b428eddafc0102ac00d20998dd1933f6
do_check() { do_check() {
# Running via PYTHONPATH breaks a few tests so we use a venv # Running via PYTHONPATH breaks a few tests so we use a venv