swi-prolog: update to 9.2.9
[oi-userland.git] / components / python / zope.interface / patches / 02-no-pip-install.patch
blobdf72992c627bf8af150746dc244c488cb5385023
1 --- zope.interface-7.2/tox.ini.orig
2 +++ zope.interface-7.2/tox.ini
3 @@ -25,7 +25,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 =