python/coverage: update to 7.6.5
[oi-userland.git] / components / python / pillow / patches / 01-no-pip-install.patch
blob6d4c426f927ab44c7a9d6b8eead09447fd706ee5
1 --- pillow-11.0.0/tox.ini.orig
2 +++ pillow-11.0.0/tox.ini
3 @@ -12,7 +12,6 @@
4 tests
5 commands =
6 make clean
7 - {envpython} -m pip install .
8 {envpython} selftest.py
9 {envpython} -m pytest -W always {posargs}
10 allowlist_externals =