From d202833481f891c19ad2b096ddc63eaee10383eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Mon, 2 Jan 2023 11:38:28 -0800 Subject: [PATCH] issue 2695/tox4 install command breaking change docs (#2806) Co-authored-by: James Addison --- docs/changelog/2695.doc.rst | 1 + docs/faq.rst | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 docs/changelog/2695.doc.rst diff --git a/docs/changelog/2695.doc.rst b/docs/changelog/2695.doc.rst new file mode 100644 index 000000000..3f0b3f1e1 --- /dev/null +++ b/docs/changelog/2695.doc.rst @@ -0,0 +1 @@ +Add breaking-change documentation for empty ``install_command`` values - by :user:`jayaddison`. diff --git a/docs/faq.rst b/docs/faq.rst index 506c595a6..b4ae18791 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -48,6 +48,9 @@ tox 4 - changed INI rules this worked in tox 3, it was never supported officially. Additionally, in the context of a new virtual environment this flag makes no sense anyway. +- tox 4 requires the ``install_command`` to evaluate to a non-empty value for each target environment. In tox 3, an + empty value would be substituted for the default install command. + tox 4 - known regressions +++++++++++++++++++++++++