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
gettext: fix build with gcc-14; enhance test environment
[oi-userland.git]
/
components
/
python
/
PasteDeploy
/
patches
/
01-tox.ini-no-version.patch
blob
dc1bada07ef8fc034ca22d1ecedbed928786c4a7
1
--- PasteDeploy-3.1.0/tox.ini.orig
2
+++ PasteDeploy-3.1.0/tox.ini
3
@@ -7,7 +7,6 @@
4
5
[testenv]
6
commands =
7
- python --version
8
pytest {posargs:}
9
extras =
10
testing