From 3603a381d062d86b9b333f41feb67e5428ebfe1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Gmach?= Date: Thu, 8 Dec 2022 22:07:33 +0100 Subject: [PATCH] Document that tox errors when using `-U` when defining `deps` This fixes #2631. --- docs/changelog/2631.doc.rst | 1 + docs/faq.rst | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 docs/changelog/2631.doc.rst diff --git a/docs/changelog/2631.doc.rst b/docs/changelog/2631.doc.rst new file mode 100644 index 000000000..1933c631b --- /dev/null +++ b/docs/changelog/2631.doc.rst @@ -0,0 +1 @@ +Document that tox v4 errors when using ``-U`` when defining dependencies via ``deps`` - by :user:`jugmac00`. diff --git a/docs/faq.rst b/docs/faq.rst index 2c7495edf..6e7f582d1 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -44,6 +44,10 @@ tox 4 - changed INI rules ALPHA BETA +- tox 4 now errors when using the ``-U`` flag when defining dependencies, e.g. ``deps = -Ur requirements.txt``. While + 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 - known regressions +++++++++++++++++++++++++