Skip to content

Commit 6fb6af3

Browse files
authored
Merge pull request #198 from SauravMaheshkar/saurav/toxdeps
docs: add `toxdeps` example
2 parents 04916c1 + 8a6737e commit 6fb6af3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/source/tox.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,9 @@ toxdeps
130130
^^^^^^^
131131

132132
Additional tox dependencies. This string is included at the end of the
133-
``pip install`` command when installing tox. Default is none.
133+
``pip install`` command when installing tox. Default is none. For example,
134+
to leverage the `uv <https://github.com/astral-sh/uv>`__ package manager you can specify
135+
``toxdeps: tox-uv`` to use the `tox-uv <https://github.com/tox-dev/tox-uv>`__ plugin.
134136

135137
toxargs
136138
^^^^^^^

0 commit comments

Comments
 (0)