ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / python / waitress / patches / 03-no-python-version.patch
blob109e42b4c4d7e289cce27a3ddcfde6722445076c
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.1/tox.ini.orig
5 +++ waitress-3.0.1/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 \