Skip to content

Commit

Permalink
ignore typevars in conftest
Browse files Browse the repository at this point in the history
  • Loading branch information
jakkdl committed Feb 21, 2025
1 parent d097b36 commit c8566ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/en/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,10 @@
# TypeVars
("py:class", "_pytest._code.code.E"),
("py:class", "E"), # due to delayed annotation
("py:class", "T"),
("py:class", "P"),
("py:class", "P.args"),
("py:class", "P.kwargs"),
("py:class", "_pytest.fixtures.FixtureFunction"),
("py:class", "_pytest.nodes._NodeType"),
("py:class", "_NodeType"), # due to delayed annotation
Expand Down

0 comments on commit c8566ca

Please sign in to comment.