- When executing via the provisioning environment (``.tox`` by default), run
``tox`` in working directory of the parent process.
Prior to this change (from tox 4.0.0), the provisioned tox would execute with
{tox_root} as the working directory, which breaks when a relative path is
passed to -c or --conf and tox is executed in a working directory
other than {tox_root} - by :user:masenf. (:issue:2876)
Misc - 4.3.4
- :issue:`2878`
v4.3.3 (2023-01-16)
-------------------
Bugfixes - 4.3.3
</code></pre>
<ul>
<li>The provision environment (<code>.tox</code>) will never inherit from <code>testenv</code>.
During provisioning, other test environments are not processed, allowing the
use of keys and values that may be registered by later tox version or
provisioned plugins - by :user:<code>masenf</code>. (:issue:<code>2862</code>)</li>
</ul>
<h2>v4.3.2 (2023-01-16)</h2>
<p>Bugfixes - 4.3.2</p>
<pre><code>- Fix regression introduced in 4.3.0 which occured when a substitution expression
for an environment variable that had previously been substituted appears in the
ini file after a substitution expression for a different environment variable.
This situation erroneously resulted in an exception about "circular chain
between set" of those variables - by :user:`masenf`. (:issue:`2869`)
v4.3.1 (2023-01-15)
-------------------
Bugfixes - 4.3.1
</code></pre>
<ul>
<li>Fix regression introduced in 4.3.0 by expanding substitution expressions
(<code>{...}</code>) that result from a previous subsitution's replacement value (up to
100 times). Note that recursive expansion is strictly depth-first; no
replacement value will ever affect adjacent characters nor will expansion ever</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/tox-dev/tox/commit/23510dc61a2e5e4fc5381a957e75f17796ace265"><code>23510dc</code></a> release 4.3.4</li>
<li><a href="https://github.com/tox-dev/tox/commit/d53f0623ea88ed3dbd7f990131b2d716816e464a"><code>d53f062</code></a> Fix the type annotation for <code>color</code> param of <code>Spinner.finalize()</code> (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2879">#2879</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/2a87375617a228d655b31856c6a39d9957fb9484"><code>2a87375</code></a> Provision cwd (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2877">#2877</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/1ba041908fa9c225840aafa4cbc01fd6521e804b"><code>1ba0419</code></a> release 4.3.3</li>
<li><a href="https://github.com/tox-dev/tox/commit/e4c65bb1fef704aadc6192679f21a55dfeee9c62"><code>e4c65bb</code></a> Provision: ignore other test environments (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2865">#2865</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/a2222e98b320467e821cf9444113e9b40ab3ad1b"><code>a2222e9</code></a> release 4.3.2</li>
<li><a href="https://github.com/tox-dev/tox/commit/14194d63dd81f445aa599f4286a5679d6a380681"><code>14194d6</code></a> Fix a incorrect config key name (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2868">#2868</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/0006a12d5d8aaf07e97dc797aa5c512b59202879"><code>0006a12</code></a> Fix regression with multiple env substitutions for the same key (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2873">#2873</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/2d46a1e1efe3504043441d5cb5fdec8c1c7f8c3e"><code>2d46a1e</code></a> Fix typos in <code>{tox_root}</code> variable name</li>
<li><a href="https://github.com/tox-dev/tox/commit/d17994f3f5ad3f177d10936928d6eaee4bf876ed"><code>d17994f</code></a> Fix a RestructuredText typo</li>
<li>Additional commits viewable in <a href="https://github.com/tox-dev/tox/compare/3.25.1...4.3.4">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=3.25.1&new-version=4.3.4)](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 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 3.25.1 to 4.3.4.
Release notes
Sourced from tox's releases.
... (truncated)
Changelog
Sourced from tox's changelog.