unittest-xml-reporting icon indicating copy to clipboard operation
unittest-xml-reporting copied to clipboard

MyPy complains about missing typing

Open Spenhouet opened this issue 2 years ago • 0 comments

For the import:

import xmlrunner

mypy complains:

Skipping analyzing "xmlrunner": module is installed, but missing library stubs or py.typed marker

Just dropping this here. We are using Python 3.10.12 and mypy==0.931.

Spenhouet avatar Sep 28 '23 10:09 Spenhouet