Closed jaraco closed 3 years ago
Running the test suite yields this emergent failure:
__________________________________________________________________ pytest_checkdocs/__init__.py __________________________________________________________________ 5: error: Library stubs not installed for "docutils.core" (or incompatible with Python 3.9) 5: note: Hint: "python3 -m pip install types-docutils" 5: note: (or run "mypy --install-types" to install all missing stub packages) 5: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports 5: error: Library stubs not installed for "docutils" (or incompatible with Python 3.9)
Tests passed a couple of months ago.
Installing types-docutils seems to fix the issue, so I guess we'll do that.
Running the test suite yields this emergent failure: