Skip to content

Commit 1530f9e

Browse files
fix CI: let pytest.ini control marker filters instead of overriding in workflow
1 parent 0f6261b commit 1530f9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: pip install -r requirements.txt && pip install pytest pytest-asyncio
2828

2929
- name: Run unit tests
30-
run: pytest -m "not live_api" --tb=short -q
30+
run: pytest --tb=short -q
3131

3232
frontend-build:
3333
name: Frontend Build

0 commit comments

Comments
 (0)