Skip to content

Commit dd651cd

Browse files
MarkoVcodeclaude
andcommitted
Add pytest-asyncio to CI test dependencies
Fix CI test failures by installing pytest-asyncio in the GitHub Actions workflow. The async recording service tests require this plugin to run. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 96eaec7 commit dd651cd

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
@@ -64,7 +64,7 @@ jobs:
6464
run: |
6565
cd benchmesh-serial-service
6666
pip install -r requirements.txt
67-
pip install pytest
67+
pip install pytest pytest-asyncio
6868
6969
- name: Run Python tests
7070
run: |

0 commit comments

Comments
 (0)