mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
tox: update to 3.28.0, orphan.
This commit is contained in:
parent
e15f2e7c9e
commit
f461bf2283
1 changed files with 8 additions and 7 deletions
|
@ -1,25 +1,26 @@
|
||||||
# Template file for 'tox'
|
# Template file for 'tox'
|
||||||
pkgname=tox
|
pkgname=tox
|
||||||
version=3.25.1
|
version=3.28.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-virtualenv"
|
||||||
checkdepends="${depends} python3-pip 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="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://tox.readthedocs.io/en/latest/"
|
homepage="https://tox.wiki/en/legacy/"
|
||||||
changelog="https://tox.readthedocs.io/en/latest/changelog.html"
|
changelog="https://tox.wiki/en/legacy/changelog.html"
|
||||||
distfiles="${PYPI_SITE}/t/tox/tox-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/t/tox/tox-${version}.tar.gz"
|
||||||
checksum=c138327815f53bc6da4fe56baec5f25f00622ae69ef3fe4e1e385720e22486f9
|
checksum=d0d28f3fe6d6d7195c27f8b054c3e99d5451952b54abdae673b71609a581f640
|
||||||
|
|
||||||
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
|
||||||
PYTHONPATH=src python3 -m pytest \
|
PYTHONPATH=src python3 -m pytest \
|
||||||
-k "not test_parallel \
|
-k "not test_parallel \
|
||||||
|
and not test_provision_race \
|
||||||
and not test_tox_console_script \
|
and not test_tox_console_script \
|
||||||
and not test_tox_quickstart_script \
|
and not test_tox_quickstart_script \
|
||||||
and not test_provision_cli_args_ignore \
|
and not test_provision_cli_args_ignore \
|
||||||
|
|
Loading…
Add table
Reference in a new issue