tox: update to 3.21.0.
This commit is contained in:
parent
396b50e07a
commit
65d948daec
1 changed files with 16 additions and 4 deletions
|
@ -1,19 +1,31 @@
|
||||||
# Template file for 'tox'
|
# Template file for 'tox'
|
||||||
pkgname=tox
|
pkgname=tox
|
||||||
version=3.20.1
|
version=3.21.0
|
||||||
revision=2
|
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-flaky python3-pathlib2"
|
checkdepends="${depends} python3-pytest-mock
|
||||||
|
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>"
|
||||||
license="MIT"
|
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=4321052bfe28f9d85082341ca8e233e3ea901fdd14dab8a5d3fbd810269fbaf6
|
checksum=8cccede64802e78aa6c69f81051b25f0706639d1cbbb34d9366ce00c70ee054f
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
# Skipped tests fail to find module or rely on missing entrypoint script
|
||||||
|
PYTHONPATH=src python3 -m pytest \
|
||||||
|
-k "not test_parallel \
|
||||||
|
and not test_tox_console_script \
|
||||||
|
and not test_tox_quickstart_script \
|
||||||
|
and not test_provision_cli_args_ignore \
|
||||||
|
and not test_provision_interrupt_child \
|
||||||
|
and not test_provision_non_canonical_dep"
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue