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
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
blob
4156fbfae61becab842e7d2fc14e9dafeddffb70
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.2/tox.ini.orig
5
+++ waitress-3.0.2/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 \