repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git]
/
components
/
python
/
waitress
/
patches
/
03-no-python-version.patch
blob
109e42b4c4d7e289cce27a3ddcfde6722445076c
1
We do not want the Python version in test results because otherwise we would
2
need to normalize it out anyway.
3
4
--- waitress-3.0.1/tox.ini.orig
5
+++ waitress-3.0.1/tox.ini
6
@@ -8,7 +8,6 @@
7
8
[testenv]
9
commands =
10
- python --version
11
python -mpytest \
12
pypy39: --no-cov \
13
pypy310: --no-cov \