- Add support for setting build backend ``config_settings`` in the configuration file - by :user:`gaborbernat`. (:issue:`3090`)
v4.10.0 (2023-08-21)
Features - 4.10.0
Change accepted environment name rule: must be made up of factors defined in configuration or match regex
(pypy|py|cython|)((\d(\.\d+(\.\d+)?)?)|\d+)?. If an environment name does not match this fail, and if a close match
found suggest that to the user. (:issue:3099)
Bugfixes - 4.10.0
- ``--override foo+=bar`` appending syntax will now work correctly when ``foo`` wasn't defined in ``tox.ini``. (:issue:`3100`)
v4.9.0 (2023-08-16)
Features - 4.9.0
- Disallow command line environments which are not explicitly specified in the config file - by :user:`tjsmart`. (:issue:`2858`)
v4.8.0 (2023-08-12)
-------------------
Features - 4.8.0
--override can now take options in the form of foo+=bar which
will append bar to the end of an existing list/dict, rather than
replacing it. (:issue:3087)
v4.7.0 (2023-08-08)
Features - 4.7.0
- Make --hashseed default to PYTHONHASHSEED, if defined - by :user:`paravoid`.
The main motivation for this is to able to set the hash seed when building the
documentation with "tox -e docs", and thus avoid embedding a random value in
the tox documentation for --help. This caused documentation builds to fail to
build reproducibly. (:issue:`2942`)
</tr></table>
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/tox-dev/tox/commit/4700298a5c0a2b18a2978f99a287549620213c60"><code>4700298</code></a> release 4.11.0</li>
<li><a href="https://github.com/tox-dev/tox/commit/ec7c0aae26f177da04a4af0f84ef7b52f50156a3"><code>ec7c0aa</code></a> Add config_settings support for build backend calls (<a href="https://redirect.github.com/tox-dev/tox/issues/3090">#3090</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/ce3c96e64af5460283c93adb751498c0c2120395"><code>ce3c96e</code></a> Fix type checker and bump tools (<a href="https://redirect.github.com/tox-dev/tox/issues/3107">#3107</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/cd7616f504da429e27dea2501e06e87868224e48"><code>cd7616f</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/tox/issues/3102">#3102</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/9ceec6ec7d6a330bb45511165ca6f2882366cb8b"><code>9ceec6e</code></a> release 4.10.0</li>
<li><a href="https://github.com/tox-dev/tox/commit/10245925b412de71eb8bfeb4e053234c1ccfdeb6"><code>1024592</code></a> Accept environments with defined factors or of python selector form - suggest...</li>
<li><a href="https://github.com/tox-dev/tox/commit/6b8e83aebec88743ca4a3b50379ddd9b21afa36c"><code>6b8e83a</code></a> Replace undefined settings with overrides when appending (<a href="https://redirect.github.com/tox-dev/tox/issues/3101">#3101</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/0ac71215dd77d1297a149ce60f382de825af7cc0"><code>0ac7121</code></a> Update README.md</li>
<li><a href="https://github.com/tox-dev/tox/commit/29b5e42fe187556d10f8e0e9feddb0c93ee19e9e"><code>29b5e42</code></a> Document release process (<a href="https://redirect.github.com/tox-dev/tox/issues/3094">#3094</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/2c4a745f81febbc91210053374857360a5bf0962"><code>2c4a745</code></a> Set basepython for docs env in alignment to Read the Docs default (<a href="https://redirect.github.com/tox-dev/tox/issues/3097">#3097</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/tox-dev/tox/compare/4.6.4...4.11.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.6.4&new-version=4.11.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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.6.4 to 4.11.0.
Release notes
Sourced from tox's releases.
... (truncated)
Changelog
Sourced from tox's changelog.