Skip to content

Commit 23510dc

Browse files
committed
release 4.3.4
1 parent d53f062 commit 23510dc

File tree

3 files changed

+18
-8
lines changed

3 files changed

+18
-8
lines changed

docs/changelog.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ Release History
44

55
.. towncrier release notes start
66
7+
v4.3.4 (2023-01-17)
8+
-------------------
9+
10+
Bugfixes - 4.3.4
11+
~~~~~~~~~~~~~~~~
12+
- When executing via the provisioning environment (``.tox`` by default), run
13+
``tox`` in working directory of the parent process.
14+
15+
Prior to this change (from tox 4.0.0), the provisioned ``tox`` would execute with
16+
``{tox_root}`` as the working directory, which breaks when a relative path is
17+
passed to ``-c`` or ``--conf`` and ``tox`` is executed in a working directory
18+
other than ``{tox_root}`` - by :user:`masenf`. (:issue:`2876`)
19+
20+
Misc - 4.3.4
21+
~~~~~~~~~~~~
22+
- :issue:`2878`
23+
24+
725
v4.3.3 (2023-01-16)
826
-------------------
927

docs/changelog/2876.bugfix.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/changelog/2878.misc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)