python/coverage: update to 7.6.5
[oi-userland.git] / components / python / WebTest / patches / 02-tox.ini-cleanup.patch
blob2ffd4e1269997ae3cfa012cf450561cc85e00301
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:}
11 [testenv:coverage]