perl/Test-Simple: update to 1.302205
[oi-userland.git] / components / python / mistletoe / patches / 01-tox.ini-tests.patch
blobbe407e1ed22241e94f6e4dfc5d52aa7276c14bc5
1 https://github.com/miyuchina/mistletoe/issues/220
3 --- mistletoe-1.4.0/tox.ini.orig
4 +++ mistletoe-1.4.0/tox.ini
5 @@ -1,3 +1,7 @@
6 +[testenv]
7 +commands =
8 + python -m pytest {posargs}
10 [flake8]
11 # See https://www.flake8rules.com/ for the full list of error codes.
12 extend-ignore = E124,E126,E127,E128,E501