1 https://github.com/jazzband/contextlib2/issues/54
3 --- contextlib2-21.6.0/tox.ini.orig
4 +++ contextlib2-21.6.0/tox.ini
6 coverage run -m unittest discover -t . -s test
9 - # mypy won't install on PyPy, so only run the typechecking on CPython
10 - !pypy3: python -m mypy.stubtest --allowlist dev/mypy.allowlist contextlib2