We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed39bd7 commit 402cf84Copy full SHA for 402cf84
docs/changelog.rst
@@ -4,6 +4,17 @@ Release History
4
5
.. towncrier release notes start
6
7
+v4.4.2 (2023-01-25)
8
+-------------------
9
+
10
+Bugfixes - 4.4.2
11
+~~~~~~~~~~~~~~~~
12
+- Allow the user configuration file (default ``<appdir>/tox/config.ini``) to be overridden via the
13
+ ``TOX_USER_CONFIG_FILE`` environment variable. Previously tox was looking at the ``TOX_CONFIG_FILE`` to override the
14
+ user configuration, however that environment variable is already used to override the main configuration - by
15
+ :user:`masenf`. (:issue:`2890`)
16
17
18
v4.4.1 (2023-01-25)
19
-------------------
20
docs/changelog/2890.bugfix.rst
0 commit comments