Skip to content

Commit b59e95e

Browse files
committed
fix: remove old tests
1 parent 8d1ffe4 commit b59e95e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: uv sync
2727

2828
- name: Run tests
29-
run: uv run pytest tests/integration/intercomclient/test_video_pipeline.py
29+
run: uv run pytest
3030

3131
build:
3232
name: Build .deb

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[pytest]
2-
addopts = -s - v
2+
addopts = -sv

0 commit comments

Comments
 (0)