| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
| |
Fix https://github.com/tox-dev/tox/issues/2862
|
| | |
|
| |
|
| |
fix https://github.com/tox-dev/tox/issues/2811
|
| | |
|
| | |
|
| |
|
|
|
| |
(#2813)
Resolves https://github.com/tox-dev/tox/issues/2543
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Document ambiguous usages in v3-to-v4
Add a section to the upgrading doc,
"Legacy CLI entry point may result in ambiguous usages"
The new section resolves #2728
* Updates per review: CLI compat doc section
Retitle the section. Split it into two subsections, one on ``-e`` vs
``run -e``, and one on command names matching environments (as a
specific case).
|
|
|
This adds a new page to the docs, Upgrading, meant to remove
the documentation regarding backwards incompatible changes in tox4
from the FAQ into a dedicated page.
The content of the page is primarily a lift-and-shift of the breaking
changes section of the FAQ, and the FAQ page and Upgrading pages now
cross-link to one another.
New content is added to the Upgrading page in the form of a preamble
for the doc.
|