Skip to content

Commit 45e9c22

Browse files
committed
ci: Add --enable-cmg-logging to pytest.ini_options
Signed-off-by: Phoevos Kalemkeris <[email protected]>
1 parent 68c504a commit 45e9c22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ known-local-folder = ["common", "gateway", "scheduler"]
4949
select = ["E", "F", "I", "UP"]
5050

5151
[tool.pytest.ini_options]
52-
addopts = "-ra -s --disable-warnings"
52+
addopts = "-ra -s --disable-warnings --enable-cmg-logging"
5353
pythonpath = ["."]
5454
testpaths = ["tests"]
5555

0 commit comments

Comments
 (0)