python/coverage: update to 7.6.5
[oi-userland.git] / components / python / zope.interface / patches / 02-no-pip-install.patch
blob5d07f8d8eac1e827407c86a09de0150f0ef587ab
1 --- zope.interface-7.1.1/tox.ini.orig
2 +++ zope.interface-7.1.1/tox.ini
3 @@ -22,7 +22,6 @@
4 !pure-!pypy3: PURE_PYTHON=0
5 ZOPE_INTERFACE_STRICT_IRO=1
6 commands =
7 - pip install -U -e .[test]
8 coverage run -p -m unittest discover -s src {posargs}
9 sphinx-build -b doctest -d {envdir}/.cache/doctrees docs {envdir}/.cache/doctest
10 extras =