Skip to content

Commit 6497f32

Browse files
committed
tox: update to 4.55.0.
1 parent 7f693d8 commit 6497f32

1 file changed

Lines changed: 9 additions & 12 deletions

File tree

srcpkgs/tox/template

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,24 @@
11
# Template file for 'tox'
22
pkgname=tox
3-
version=4.34.1
3+
version=4.55.0
44
revision=1
55
build_style=python3-pep517
6-
# these two tests fail with "OSError: out of pty devices"
7-
make_check_args="
8-
--deselect=tests/execute/local_subprocess/test_local_subprocess.py::test_local_execute_terminal_size
9-
--deselect=tests/execute/local_subprocess/test_local_subprocess.py::test_local_subprocess_tty[on]
10-
"
11-
hostmakedepends="hatchling hatch-vcs"
12-
depends="python3-cachetools python3-chardet python3-colorama python3-filelock
6+
make_check_args="-ra"
7+
hostmakedepends="hatchling hatch-vcs python3-docutils"
8+
depends="python3-cachetools python3-colorama python3-filelock
139
python3-packaging python3-platformdirs python3-pluggy python3-pyproject-api
14-
python3-virtualenv"
10+
python3-python-discovery python3-tomli-w python3-virtualenv"
1511
checkdepends="$depends python3-distlib python3-flaky python3-psutil
16-
python3-pytest python3-pytest-mock python3-pytest-xdist python3-re-assert
17-
python3-time-machine python3-wheel python3-pdm-backend"
12+
python3-pytest python3-pytest-mock python3-pytest-xdist python3-pytest-timeout
13+
python3-re-assert python3-time-machine python3-wheel python3-pdm-backend tombi
14+
python3-argcomplete mdocml"
1815
short_desc="Generic virtualenv management and test command line tool"
1916
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
2017
license="MIT"
2118
homepage="https://tox.wiki/"
2219
changelog="https://raw.githubusercontent.com/tox-dev/tox/main/docs/changelog.rst"
2320
distfiles="${PYPI_SITE}/t/tox/tox-${version}.tar.gz"
24-
checksum=ef1e82974c2f5ea02954d590ee0b967fad500c3879b264ea19efb9a554f3cc60
21+
checksum=7ede1e1e70f8fe984f7985d7ca58a1e1c15fe9f8715897e38accc607c8de9f70
2522

2623
do_check() {
2724
# Running via PYTHONPATH breaks a few tests so we use a venv

0 commit comments

Comments
 (0)