Skip to content

Commit a240d4e

Browse files
mangelajoclaude
andcommitted
Disable logging output in CI test runs
Use -p no:logging to suppress all log output in CI, preventing DEBUG/INFO/WARNING/ERROR noise from polluting test logs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5564df6 commit a240d4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
- name: Run pytest
139139
working-directory: python
140140
env:
141-
PYTEST_ADDOPTS: "--cov-report=xml"
141+
PYTEST_ADDOPTS: "--cov-report=xml -p no:logging"
142142
run: |
143143
if make --version 2>&1 | grep -q "GNU Make [4-9]"; then
144144
make test -j6 --output-sync

0 commit comments

Comments
 (0)