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
python/coverage: update to 7.6.5
[oi-userland.git]
/
components
/
python
/
WebTest
/
patches
/
02-tox.ini-cleanup.patch
blob
2ffd4e1269997ae3cfa012cf450561cc85e00301
1
--- webtest-3.0.1/tox.ini.orig
2
+++ webtest-3.0.1/tox.ini
3
@@ -13,8 +13,6 @@
4
extras =
5
tests
6
commands =
7
- python --version
8
- pip freeze
9
pytest --cov {posargs:}
10
11
[testenv:coverage]