Skip to content

Commit d202833

Browse files
issue 2695/tox4 install command breaking change docs (#2806)
Co-authored-by: James Addison <[email protected]>
1 parent 8244a05 commit d202833

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/changelog/2695.doc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add breaking-change documentation for empty ``install_command`` values - by :user:`jayaddison`.

docs/faq.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ tox 4 - changed INI rules
4848
this worked in tox 3, it was never supported officially. Additionally, in the context of a new virtual environment
4949
this flag makes no sense anyway.
5050

51+
- tox 4 requires the ``install_command`` to evaluate to a non-empty value for each target environment. In tox 3, an
52+
empty value would be substituted for the default install command.
53+
5154
tox 4 - known regressions
5255
+++++++++++++++++++++++++
5356

0 commit comments

Comments
 (0)