Skip to content

Commit

Permalink
Document that tox errors when using -U when defining deps
Browse files Browse the repository at this point in the history
This fixes #2631.
  • Loading branch information
jugmac00 committed Dec 8, 2022
1 parent aadcbce commit 94ed9b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/changelog/2631.doc.rst
@@ -0,0 +1 @@
Document that tox v4 errors when using ``-U`` when defining dependencies via ``deps`` - by :user:`jugmac00`.
4 changes: 4 additions & 0 deletions docs/faq.rst
Expand Up @@ -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
+++++++++++++++++++++++++

Expand Down

0 comments on commit 94ed9b2

Please sign in to comment.