Skip to content

Commit 28b9aef

Browse files
committed
chore: fix CI pytest -p no:logging
1 parent 0792ce7 commit 28b9aef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
mypy linux_edr/
3636
- name: Test with pytest
3737
run: |
38-
uv run pytest --cov=linux_edr
38+
uv run pytest --cov=linux_edr -p no:logging
3939
uv run python -m coverage xml
4040
- name: Upload coverage to Codecov
4141
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)