Skip to content

Commit d099161

Browse files
authored
Revert "Mark autodoc singledispatchmethod tests as expected failures" (#13381)
This reverts commit 2f8c1dd.
1 parent ba3c729 commit d099161

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tests/test_extensions/test_ext_autodoc.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@
3737

3838
from sphinx.environment import BuildEnvironment
3939

40-
xfail_singledispatchmethod_py314a6 = pytest.mark.xfail(
41-
sys.version_info >= (3, 14, 0, 'alpha', 5),
42-
reason='https://github.com/sphinx-doc/sphinx/issues/13359',
43-
)
44-
4540

4641
def make_directive_bridge(env: BuildEnvironment) -> DocumenterBridge:
4742
options = Options(
@@ -2661,7 +2656,6 @@ def test_singledispatch(app):
26612656
]
26622657

26632658

2664-
@xfail_singledispatchmethod_py314a6
26652659
@pytest.mark.sphinx('html', testroot='ext-autodoc')
26662660
def test_singledispatchmethod(app):
26672661
options = {'members': None}
@@ -2689,7 +2683,6 @@ def test_singledispatchmethod(app):
26892683
]
26902684

26912685

2692-
@xfail_singledispatchmethod_py314a6
26932686
@pytest.mark.sphinx('html', testroot='ext-autodoc')
26942687
def test_singledispatchmethod_automethod(app):
26952688
options = {}
@@ -2708,7 +2701,6 @@ def test_singledispatchmethod_automethod(app):
27082701
]
27092702

27102703

2711-
@xfail_singledispatchmethod_py314a6
27122704
@pytest.mark.sphinx('html', testroot='ext-autodoc')
27132705
def test_singledispatchmethod_classmethod(app):
27142706
options = {'members': None}
@@ -2740,7 +2732,6 @@ def test_singledispatchmethod_classmethod(app):
27402732
]
27412733

27422734

2743-
@xfail_singledispatchmethod_py314a6
27442735
@pytest.mark.sphinx('html', testroot='ext-autodoc')
27452736
def test_singledispatchmethod_classmethod_automethod(app):
27462737
options = {}

0 commit comments

Comments
 (0)