Fedir Zadniprovskyi 2024-11-01
ci: update pytest command
@a909435d27d32bf8af9f17c3e6564f348abacfaf
.github/workflows/test.yaml
--- .github/workflows/test.yaml
+++ .github/workflows/test.yaml
@@ -28,5 +28,4 @@
           enable-cache: true
       - run: uv python install 3.12
       - run: uv sync --all-extras
-      # TODO: figure out why `pytest` doesn't discover tests in `faster_whisper_server` directory by itself
-      - run: uv run pytest -m "not requires_openai" src/faster_whisper_server/* tests
+      - run: uv run pytest -m "not requires_openai"
Add a comment
List