Skip to content

Commit c92dac3

Browse files
committed
Exclude new attributes added in Python 3.13 from test output
1 parent 58b136b commit c92dac3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/doc-test/test-root/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ sphinx-autofixture Demo
1010
:members: tmp_pathplus
1111
:noindex:
1212
:no-docstring:
13-
:exclude-members: __dict__
13+
:exclude-members: __dict__,__firstlineno__,__replace__,__static_attributes__
1414

1515
.. automodule:: tests.myproject
1616
:members:
1717
:undoc-members:
1818
:special-members:
19-
:exclude-members: __dict__
19+
:exclude-members: __dict__,__firstlineno__,__replace__,__static_attributes__

0 commit comments

Comments
 (0)