tox: update to 3.24.0.
This commit is contained in:
parent
0dd6991277
commit
b27101f02e
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'tox'
|
# Template file for 'tox'
|
||||||
pkgname=tox
|
pkgname=tox
|
||||||
version=3.23.1
|
version=3.24.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools_scm"
|
hostmakedepends="python3-setuptools_scm"
|
||||||
|
@ -14,7 +14,7 @@ license="MIT"
|
||||||
homepage="https://tox.readthedocs.io/en/latest/"
|
homepage="https://tox.readthedocs.io/en/latest/"
|
||||||
changelog="https://tox.readthedocs.io/en/latest/changelog.html"
|
changelog="https://tox.readthedocs.io/en/latest/changelog.html"
|
||||||
distfiles="${PYPI_SITE}/t/tox/tox-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/t/tox/tox-${version}.tar.gz"
|
||||||
checksum=307a81ddb82bd463971a273f33e9533a24ed22185f27db8ce3386bff27d324e3
|
checksum=67636634df6569e450c4bc18fdfd8b84d7903b3902d5c65416eb6735f3d4afb8
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
# Skipped tests fail to find module or rely on missing entrypoint script
|
# Skipped tests fail to find module or rely on missing entrypoint script
|
||||||
|
|
Loading…
Reference in New Issue