./devel/py-tox, Virtualenv-based automation of test activities

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 4.14.1, Package name: py311-tox-4.14.1, Maintainer: pkgsrc-users

Tox is a generic virtualenv management and test command line tool
you can use for:

* checking your package installs correctly with different Python
versions and interpreters
* running your tests in each of the environments, configuring your
test tool of choice
* acting as a frontend to Continuous Integration servers, greatly
reducing boilerplate and merging CI and shell-based testing.


Required to run:
[devel/py-setuptools] [devel/py-virtualenv] [devel/py-py] [lang/py-six] [devel/py-pluggy] [lang/python37] [textproc/py-toml] [devel/py-filelock]

Required to build:
[pkgtools/cwrappers] [devel/py-setuptools_scm]

Master sites:

Filesize: 174.09 KB

Version history: (Expand)


CVS history: (Expand)


   2024-03-18 16:11:03 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-tox: updated to 4.14.1

4.14.1
Fix crash with fresh subprocess, if the build backend is setuptools \ 
automatically enable fresh subprocesses for build backend calls
   2024-03-06 14:31:30 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-tox: updated to 4.14.0

Features - 4.14.0

Support enabling fresh subprocess for packaging build backends via fresh_subprocess
Allow plugins attaching additional information to --version via \ 
tox_append_version_info method in the plugin module
   2024-02-19 19:36:00 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-tox: updated to 4.13.0

v4.13.0 (2024-02-16)

Features - 4.13.0
Extract virtual environment packaging code to its own base class not tied to \ 
virtualenv -
Improved Documentation - 4.13.0
Documented usage of pytest with tox run-parallel -
Configuration: state in config directive sections their ini file sections -
Development: summarize important points experienced developers need to know
   2024-01-17 19:44:20 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-tox: updated to 4.12.1

v4.12.1 (2024-01-16)
Bugfixes - 4.12.1
Fixed bug where running with –installpkg and multiple envs could not clean up \ 
between tests

v4.12.0 (2024-01-11)

Features - 4.12.0
Always pass FORCE_COLOR and NO_COLOR to the environment

Bugfixes - 4.12.0
--parallel-no-spinner flag now implies --parallel

Improved Documentation - 4.12.0
-Fix open an issue link in development.rst
   2023-12-01 20:30:50 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-tox: updated to 4.11.4

v4.11.4

Bugfixes

Fix terminal size of tox subcommands (fixes ipython, ipdb, prompt_toolkit, …).
Fix quickstart command from requiring root positional argument
Added ‘AppData’ to the default passed environment variables on Windows.

Improved Documentation

Fix default value for install_command
Fix default value for base_python
   2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | Package updated
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation

This follows the recommended bootstrap method (flit_core, build, installer).

However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
   2023-09-16 06:28:01 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-tox: updated to 4.11.3

v4.11.3 (2023-09-08)
Bugfixes - 4.11.3
Handle FileNotFoundError when the base_python interpreter doesn’t exist
Improved Documentation - 4.11.3
Explain how plugins are registered and discovered

v4.11.2 (2023-09-07)
Bugfixes - 4.11.2
Fix bug in config.rst by removing stray colons left over from
Provide example to make CLI help more helpful for -x`/–override``
Improved Documentation - 4.11.2
Fix typos discovered by codespell
   2023-09-05 20:56:43 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-tox: updated to 4.11.1

v4.11.1
Allow passing in multiple overrides using the ; character and fix , being used \ 
as splitting values