tox
tox copied to clipboard
Command line driven CI frontend and development task automation tool.
## Issue I'm creating a pipeline where a coverage report is generated over multiple test runs (spanning different Python versions). To do this, I want to include the tox environment...
## Issue I have tox configuration that I notice every time I change the package dependency I face up this issue. This is happen only for the first time running...
## Issue When running the test suite on Python 3.13.0b1, I'm getting the following test failure: ```pytb ____________________________________________ test_str_convert_ok_py39[1,2-value1-Optional] ____________________________________________ raw = '1,2', value = ['1', '2'], of_type = typing.Optional[list[str]]...
## What's the problem this feature will solve? Since `.tox/` is an ephemeral folder, it could be useful if it contained a [`CACHEDIR.TAG` file](https://bford.info/cachedir/). These files are useful markers that...
updates: - [github.com/python-jsonschema/check-jsonschema: 0.29.1 → 0.29.2](https://github.com/python-jsonschema/check-jsonschema/compare/0.29.1...0.29.2) - [github.com/astral-sh/ruff-pre-commit: v0.5.7 → v0.6.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.7...v0.6.2)
Previously the description from the `tox_on_install` hook was accidentally copied over to the `tox_env_teardown` hook. Fixes #3305.
## Issue Running tox without provisioned tox, I get colored output. Running tox from a provisioned tox environment, there are no colors. ## Environment Provide at least: - OS: Windows...
Basically, given the following config ```ini [testenv] commands = some-script.py path{/} {posargs} --more-args ``` or even ```ini [testenv] commands = some-script.py \ path{/} \ {posargs} \ --more-args ``` tox converts...
## Issue I want to have one documentation page that lists all expansions made by tox when loading its config, with the kind of values they would have. Example: -...
This is a prototype solution for #999, see discussion there. This branch will be rebased a lot.