mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Enable test_cython on Python 3.12
This commit is contained in:
parent
22759fb945
commit
3d0110a95a
@ -2103,9 +2103,8 @@ def test_singledispatchmethod_automethod(app):
|
|||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.skipif(sys.version_info[:2] >= (3, 11),
|
@pytest.mark.skipif(sys.version_info[:2] >= (3, 13),
|
||||||
reason=('cython does not support python-3.11 yet. '
|
reason='Cython does not support Python 3.13 yet.')
|
||||||
'see https://github.com/cython/cython/issues/4365'))
|
|
||||||
@pytest.mark.skipif(pyximport is None, reason='cython is not installed')
|
@pytest.mark.skipif(pyximport is None, reason='cython is not installed')
|
||||||
@pytest.mark.sphinx('html', testroot='ext-autodoc')
|
@pytest.mark.sphinx('html', testroot='ext-autodoc')
|
||||||
def test_cython(app):
|
def test_cython(app):
|
||||||
|
Loading…
Reference in New Issue
Block a user