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 8244a05 commit d202833Copy full SHA for d202833
docs/changelog/2695.doc.rst
@@ -0,0 +1 @@
1
+Add breaking-change documentation for empty ``install_command`` values - by :user:`jayaddison`.
docs/faq.rst
@@ -48,6 +48,9 @@ tox 4 - changed INI rules
48
this worked in tox 3, it was never supported officially. Additionally, in the context of a new virtual environment
49
this flag makes no sense anyway.
50
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
+
54
tox 4 - known regressions
55
+++++++++++++++++++++++++
56
0 commit comments