We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0454c8e + c56c952 commit 59dabe8Copy full SHA for 59dabe8
source/specifications/dependency-groups.rst
@@ -22,14 +22,16 @@ Specification
22
Examples
23
--------
24
25
-This is a simple table which shows a ``test`` group::
+This is a simple table which shows ``docs`` and ``test`` groups::
26
27
[dependency-groups]
28
+ docs = ["sphinx"]
29
test = ["pytest>7", "coverage"]
30
-and a similar table which defines ``test`` and ``coverage`` groups::
31
+and a similar table which defines ``docs``, ``test``, and ``coverage`` groups::
32
33
34
35
coverage = ["coverage[toml]"]
36
test = ["pytest>7", {include-group = "coverage"}]
37
0 commit comments