python/pytest-black: drop deprecated path from pytest_collect_file
[oi-userland.git] / components / python / cleo / patches / 01-pytest-no-quiet.patch
blob53b4e003af50ace752e2fe63d5de3f7d7fbb3d12
1 --- cleo-2.1.0/pyproject.toml.orig
2 +++ cleo-2.1.0/pyproject.toml
3 @@ -97,7 +97,6 @@
4 pretty = true
6 [tool.pytest.ini_options]
7 -addopts = "-q"
8 testpaths = ["tests"]
10 [tool.coverage.report]