perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / waitress / patches / 03-no-python-version.patch
blob4156fbfae61becab842e7d2fc14e9dafeddffb70
1 We do not want the Python version in test results because otherwise we would
2 need to normalize it out anyway.
4 --- waitress-3.0.2/tox.ini.orig
5 +++ waitress-3.0.2/tox.ini
6 @@ -8,7 +8,6 @@
8 [testenv]
9 commands =
10 - python --version
11 python -mpytest \
12 pypy39: --no-cov \
13 pypy310: --no-cov \