Python 3.13 has changed the signature of the __record_outcome method and added a skips parameter https://github.com/python/cpython/blob/3.13/Lib/doctest.py#L1480 (as I understand, it calculates the number of skipped tests). This change breaks the following code: pytest-sphinx.py, line 498.
Could you find the time to address this issue? I’m happy to create a PR if it can be merged soon.
Thank you in advance!
Python 3.13 has changed the signature of the
__record_outcomemethod and added askipsparameter https://github.com/python/cpython/blob/3.13/Lib/doctest.py#L1480 (as I understand, it calculates the number of skipped tests). This change breaks the following code: pytest-sphinx.py, line 498.Could you find the time to address this issue? I’m happy to create a PR if it can be merged soon.
Thank you in advance!