Merge pull request #12498 from webknjaz/maintenance/tox-descriptions

(cherry picked from commit b864e50138)
This commit is contained in:
Oliver Bestwalter
2024-06-21 15:17:40 +02:00
committed by patchback[bot]
parent 780d0c10cd
commit 481aa764eb
2 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
All the undocumented ``tox`` environments now have descriptions.
They can be listed in one's development environment by invoking
``tox -av`` in a terminal.
-- by :user:`webknjaz`