Skip to content

Commit 77483f2

Browse files
authored
Add missing test decorator for test_util_inspect (#11321)
1 parent d8f15c7 commit 77483f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_util_inspect.py

+1
Original file line numberDiff line numberDiff line change
@@ -670,6 +670,7 @@ def __get__(self, obj, typ=None):
670670
pass
671671

672672

673+
@pytest.mark.sphinx(testroot='ext-autodoc')
673674
def test_isproperty(app):
674675
from target.functions import func
675676
from target.methods import Base

0 commit comments

Comments
 (0)