python/pyproject_installer: update to 0.5.5
[oi-userland.git] / components / python / pytest-mock / patches / 03-tox-cov-proto.patch
blobe8db00362fb6c6e4284151b6928e63064223348e
1 We test in proto area not in site-packages.
3 --- pytest-mock-3.14.0/tox.ini.orig
4 +++ pytest-mock-3.14.0/tox.ini
5 @@ -9,7 +9,7 @@
6 pytest-asyncio
7 pytest6: pytest==6.2.5
8 commands =
9 - coverage run --append --source={envsitepackagesdir}/pytest_mock -m pytest tests
10 + coverage run --append --source=pytest_mock -m pytest tests
12 [testenv:norewrite]
13 commands =