perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / contextlib2 / patches / 02-no-mypy.patch
blob2784129eb49b98405942d3bf4cd72be609492dd7
1 https://github.com/jazzband/contextlib2/issues/54
3 --- contextlib2-21.6.0/tox.ini.orig
4 +++ contextlib2-21.6.0/tox.ini
5 @@ -7,8 +7,6 @@
6 coverage run -m unittest discover -t . -s test
7 coverage report
8 coverage xml
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
11 deps =
12 coverage
13 !pypy3: mypy