|
1 | 1 | # Template file for 'tox' |
2 | 2 | pkgname=tox |
3 | | -version=4.34.1 |
| 3 | +version=4.54.0 |
4 | 4 | revision=1 |
5 | 5 | 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 |
13 | 9 | python3-packaging python3-platformdirs python3-pluggy python3-pyproject-api |
14 | | - python3-virtualenv" |
| 10 | + python3-python-discovery python3-tomli-w python3-virtualenv" |
15 | 11 | 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" |
18 | 15 | short_desc="Generic virtualenv management and test command line tool" |
19 | 16 | maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>" |
20 | 17 | license="MIT" |
21 | 18 | homepage="https://tox.wiki/" |
22 | 19 | changelog="https://raw.githubusercontent.com/tox-dev/tox/main/docs/changelog.rst" |
23 | 20 | distfiles="${PYPI_SITE}/t/tox/tox-${version}.tar.gz" |
24 | | -checksum=ef1e82974c2f5ea02954d590ee0b967fad500c3879b264ea19efb9a554f3cc60 |
| 21 | +checksum=21e36fd8256590379620848d0b03b52f4d541b65b749de1a17c3e616978dad58 |
25 | 22 |
|
26 | 23 | do_check() { |
27 | 24 | # Running via PYTHONPATH breaks a few tests so we use a venv |
|
0 commit comments