mosquitto: fix build
[oi-userland.git] / components / python / pytest-mock / patches / 01-pytest-no-color.patch
blobbd05cee3f70ae3841aeb5d777c3e0cb8ad7fd419
1 --- pytest-mock-3.14.0/tox.ini.orig
2 +++ pytest-mock-3.14.0/tox.ini
3 @@ -9,7 +9,7 @@
4 pytest-asyncio
5 pytest6: pytest==6.2.5
6 commands =
7 - coverage run --append --source={envsitepackagesdir}/pytest_mock -m pytest tests --color=yes
8 + coverage run --append --source={envsitepackagesdir}/pytest_mock -m pytest tests
10 [testenv:norewrite]
11 commands =