tox icon indicating copy to clipboard operation
tox copied to clipboard

Command line driven CI frontend and development task automation tool.

Results 215 tox issues
Sort by recently updated
recently updated
newest added

## 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...

bug:minor
help:wanted

`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()`...

feature:new
help:wanted

## 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...

help:wanted
enhancement

## 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...

help:wanted
enhancement

## 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...

bug:minor
help:wanted

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...

area:documentation
help:wanted

## 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...

area:documentation
help:wanted

## 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...

help:wanted

## 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....

feature:new
help:wanted

## 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....

help:wanted