tox: update to 3.22.0.
This commit is contained in:
parent
067f458b1b
commit
7aed5850fb
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'tox'
|
# Template file for 'tox'
|
||||||
pkgname=tox
|
pkgname=tox
|
||||||
version=3.21.2
|
version=3.22.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools_scm"
|
hostmakedepends="python3-setuptools_scm"
|
||||||
depends="python3-filelock python3-packaging
|
depends="python3-filelock python3-packaging
|
||||||
python3-pluggy python3-pytest python3-toml python3-virtualenv"
|
python3-pluggy python3-pytest python3-toml python3-virtualenv"
|
||||||
checkdepends="${depends} python3-pytest-mock
|
checkdepends="${depends} python3-pip python3-pytest-mock
|
||||||
python3-flaky python3-pathlib2 python3-freezegun"
|
python3-flaky python3-pathlib2 python3-freezegun"
|
||||||
short_desc="Generic virtualenv management and test command line tool"
|
short_desc="Generic virtualenv management and test command line tool"
|
||||||
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||||
|
@ -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=f501808381c01c6d7827c2f17328be59c0a715046e94605ddca15fb91e65827d
|
checksum=ed1e650cf6368bcbc4a071eeeba363c480920e0ed8a9ad1793c7caaa5ad33d49
|
||||||
|
|
||||||
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…
Add table
Add a link
Reference in a new issue