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 6df1159 commit 34b4342Copy full SHA for 34b4342
docs/changelog/3510.feature.rst
@@ -0,0 +1 @@
1
+3591.feature.rst
docs/changelog/3591.feature.rst
@@ -0,0 +1,10 @@
+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