Skip to content

Commit c8566ca

Browse files
committed
ignore typevars in conftest
1 parent d097b36 commit c8566ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/en/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,10 @@
9797
# TypeVars
9898
("py:class", "_pytest._code.code.E"),
9999
("py:class", "E"), # due to delayed annotation
100+
("py:class", "T"),
100101
("py:class", "P"),
102+
("py:class", "P.args"),
103+
("py:class", "P.kwargs"),
101104
("py:class", "_pytest.fixtures.FixtureFunction"),
102105
("py:class", "_pytest.nodes._NodeType"),
103106
("py:class", "_NodeType"), # due to delayed annotation

0 commit comments

Comments
 (0)