Skip to content

Commit 8739fd6

Browse files
committed
Remove -vv for pytest
Apply the matching migration step to this repository so its own `pyproject.toml` no longer ships `addopts = "-vv"` under `[tool.pytest.ini_options]`. Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
1 parent a1402d7 commit 8739fd6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@ module = [
212212
ignore_missing_imports = true
213213

214214
[tool.pytest.ini_options]
215-
addopts = "-vv"
216215
filterwarnings = [
217216
"error",
218217
"once::DeprecationWarning",

0 commit comments

Comments
 (0)