Skip to content

Commit 34b4342

Browse files
committed
📝 Add a change note for PR #3591
1 parent 6df1159 commit 34b4342

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

docs/changelog/3510.feature.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3591.feature.rst

docs/changelog/3591.feature.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
A new tox life cycle event is now exposed for use via :doc:`Plugins
2+
API </plugins>` -- by :user:`webknjaz`.
3+
4+
The corresponding hook point is :func:`tox_extend_envs
5+
<tox.plugin.spec.tox_extend_envs>`. It allows plugin authors to
6+
declare ephemeral environments that they can then populate through
7+
the in-memory configuration loader interface.
8+
9+
This patch was made possible thanks to pair programming with
10+
:user:`gaborbernat` at PyCon US 2025.

0 commit comments

Comments
 (0)