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
4641def 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' )
26662660def 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' )
26942687def 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' )
27132705def 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' )
27452736def test_singledispatchmethod_classmethod_automethod (app ):
27462737 options = {}
0 commit comments