tox
tox copied to clipboard
Command line driven CI frontend and development task automation tool.
## Issue I noticed that when I have an .exe file in the PATH environment variable, Tox crashes. ## Environment Provide at least: - OS: Windows 10 Enterprise (10.0, Build...
`toxfile.py` allows declaring plugin-compatible hooks, documented at @ https://tox.wiki/en/latest/plugins.html. And it's a local in-project plugin in that sense. However, running `tox --version` does not show it anywhere and also, `tox_append_version_info()`...
## What's the problem this feature will solve? I'm trying to make bootstrapping my dev environment as simple as possible. I happen to LOVE tox-uv. I'd like to make it...
## What's the problem this feature will solve? I'm making a matrix of wheels in a separate job in CI, then I want to invoke tox to test something from...
## Issue receiving a key error when using `depends` ## Environment Provide at least: - OS: windows Output of pip list of the host Python, where tox is installed ```console...
e.g. we do not use pyupgrade any more, but we use ruff instead. There might be more things to update, so it would make sense to go through the whole...
## Issue Some vital information about Packaging Environments and it's config can be found only in 'Upgrading to tox v4' documentation section. I'm not against it being there but it...
## Issue Running tox commands like `tox run -e lint` from two processes simultaneously often encounters a race condition when building the sdist. Each process uses the same temp dir...
## Issue ``` # inside tox own codebase: tox -e 3.13 -- -k test_provision_requires_ok ``` Note that version of python is irrelevant, as it does reproduce with all supported versions....
## Issue I am getting a `TypeError: ['python', '-m', 'build'] is not of type 'str' in macos` when running tox in github actions for `macos-latest`. Here is the [pyproject.toml](https://github.com/martibosch/detectree/blob/main/pyproject.toml) used....