mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
tox: update to 3.25.1.
This commit is contained in:
parent
d31293a87b
commit
23c6105e74
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'tox'
|
# Template file for 'tox'
|
||||||
pkgname=tox
|
pkgname=tox
|
||||||
version=3.24.5
|
version=3.25.1
|
||||||
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=67e0e32c90e278251fea45b696d0fef3879089ccbe979b0c556d35d5a70e2993
|
checksum=c138327815f53bc6da4fe56baec5f25f00622ae69ef3fe4e1e385720e22486f9
|
||||||
|
|
||||||
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
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
ignore="*a*"
|
ignore="*a* *b*"
|
||||||
|
|
Loading…
Add table
Reference in a new issue