Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mypy: Ignore Python 3.13 doctest issuse
src/doctest_docutils.py:558: error: Too many values to unpack (2 expected, 6 provided) [misc] src/doctest_docutils.py:572: error: Too many values to unpack (2 expected, 6 provided) [misc] src/doctest_docutils.py:574: error: Too many values to unpack (2 expected, 6 provided) [misc] src/pytest_doctest_docutils.py:269: error: Incompatible return value type (got "TestResults", expected "tuple[int, int]") [return-value] - python/typeshed#12625 - doctest.TestResults: - typeshed: https://github.com/python/typeshed/blob/089953e/stdlib/doctest.pyi#L47-L55 - 3.12: - https://github.com/python/cpython/blob/3.12/Lib/doctest.py#L108 - 3.13: - https://github.com/python/cpython/blob/3.13/Lib/doctest.py#L111
- Loading branch information