File tree Expand file tree Collapse file tree 3 files changed +18
-8
lines changed Expand file tree Collapse file tree 3 files changed +18
-8
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,24 @@ Release History
4
4
5
5
.. towncrier release notes start
6
6
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
+
7
25
v4.3.3 (2023-01-16)
8
26
-------------------
9
27
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments