37
37
38
38
from sphinx .environment import BuildEnvironment
39
39
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
-
45
40
46
41
def make_directive_bridge (env : BuildEnvironment ) -> DocumenterBridge :
47
42
options = Options (
@@ -2661,7 +2656,6 @@ def test_singledispatch(app):
2661
2656
]
2662
2657
2663
2658
2664
- @xfail_singledispatchmethod_py314a6
2665
2659
@pytest .mark .sphinx ('html' , testroot = 'ext-autodoc' )
2666
2660
def test_singledispatchmethod (app ):
2667
2661
options = {'members' : None }
@@ -2689,7 +2683,6 @@ def test_singledispatchmethod(app):
2689
2683
]
2690
2684
2691
2685
2692
- @xfail_singledispatchmethod_py314a6
2693
2686
@pytest .mark .sphinx ('html' , testroot = 'ext-autodoc' )
2694
2687
def test_singledispatchmethod_automethod (app ):
2695
2688
options = {}
@@ -2708,7 +2701,6 @@ def test_singledispatchmethod_automethod(app):
2708
2701
]
2709
2702
2710
2703
2711
- @xfail_singledispatchmethod_py314a6
2712
2704
@pytest .mark .sphinx ('html' , testroot = 'ext-autodoc' )
2713
2705
def test_singledispatchmethod_classmethod (app ):
2714
2706
options = {'members' : None }
@@ -2740,7 +2732,6 @@ def test_singledispatchmethod_classmethod(app):
2740
2732
]
2741
2733
2742
2734
2743
- @xfail_singledispatchmethod_py314a6
2744
2735
@pytest .mark .sphinx ('html' , testroot = 'ext-autodoc' )
2745
2736
def test_singledispatchmethod_classmethod_automethod (app ):
2746
2737
options = {}
0 commit comments