- Always pass ``FORCE_COLOR`` and ``NO_COLOR`` to the environment (:issue:`3171`)
Bugfixes - 4.12.0
--parallel-no-spinner flag now implies --parallel (:issue:3158)
Improved Documentation - 4.12.0
- -Fix ``open an issue`` link in development.rst (:issue:`3179`)
v4.11.4 (2023-11-27)
Bugfixes - 4.11.4
- Fix terminal size of tox subcommands (fixes ipython, ipdb, prompt_toolkit, ...). (:issue:`2999`)
- Fix ``quickstart`` command from requiring ``root`` positional argument (:issue:`3084`)
- Added 'AppData' to the default passed environment variables on Windows. (:issue:`3151`)
Improved Documentation - 4.11.4
</code></pre>
<ul>
<li>Fix default value for <code>install_command</code> - by :user:<code>hashar</code>. (:issue:<code>3126</code>)</li>
<li>Fix default value for <code>base_python</code> - by :user:<code>rpatterson</code>. (:issue:<code>3156</code>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/tox-dev/tox/commit/776718cd6b220bf9b82f9b559424f9065e7e51b5"><code>776718c</code></a> release 4.12.0</li>
<li><a href="https://github.com/tox-dev/tox/commit/fc800803a1725fb4d5d6a950a3c6eb9e0555ad88"><code>fc80080</code></a> Always pass FORCE_COLOR & NO_COLOR to the environment (<a href="https://redirect.github.com/tox-dev/tox/issues/3172">#3172</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/659f71482ae58caefe8e07eb34f324adf29c9197"><code>659f714</code></a> Fix the CI (<a href="https://redirect.github.com/tox-dev/tox/issues/3183">#3183</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/840697113d3adc80f3157003d710df44e928b441"><code>8406971</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/tox/issues/3182">#3182</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/3f8f53d8c11dbb70a2e2bd5b7bdcf398221f8932"><code>3f8f53d</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/tox/issues/3177">#3177</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/61547b08e4374dc28668f50b5dc0eeeea34dfb11"><code>61547b0</code></a> Fix 'open an issue' link in development.rst (<a href="https://redirect.github.com/tox-dev/tox/issues/3179">#3179</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/328b348ea1b067282b80222c372c15737f00a75d"><code>328b348</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/tox/issues/3176">#3176</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/383845adaadfe79f645d80ec6e2ee329ca6ffd7e"><code>383845a</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/tox/issues/3166">#3166</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/d38c0e47b54a4699b0bebf09729ddfaa74353f8c"><code>d38c0e4</code></a> Bump actions/setup-python from 4 to 5 (<a href="https://redirect.github.com/tox-dev/tox/issues/3167">#3167</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/dace6ddfda7a27ac38636fe2002067fa350de37a"><code>dace6dd</code></a> Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 (<a href="https://redirect.github.com/tox-dev/tox/issues/3164">#3164</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/tox-dev/tox/compare/4.11.3...4.12.0">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tox&package-manager=pip&previous-version=4.11.3&new-version=4.12.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps tox from 4.11.3 to 4.12.0.
Release notes
Sourced from tox's releases.
Changelog
Sourced from tox's changelog.