From 77483f28244dac1e7459d09397180812cfb36946 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Fri, 21 Apr 2023 03:22:10 +0200 Subject: [PATCH] Add missing test decorator for ``test_util_inspect`` (#11321) --- tests/test_util_inspect.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_util_inspect.py b/tests/test_util_inspect.py index cc67e37b3d4..a14c8a15fcd 100644 --- a/tests/test_util_inspect.py +++ b/tests/test_util_inspect.py @@ -670,6 +670,7 @@ def __get__(self, obj, typ=None): pass +@pytest.mark.sphinx(testroot='ext-autodoc') def test_isproperty(app): from target.functions import func from target.methods import Base