Skip to content

Commit db40351

Browse files
committed
add pytest-asyncio to testing dependencies
1 parent b2b1507 commit db40351

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/py-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
restore-keys: |
3434
${{ runner.os }}-pip-
3535
- name: Install Python testing dependencies
36-
run: pip install --upgrade pytest
36+
run: pip install --upgrade pytest pytest-asyncio
3737
- name: Install Python project dependencies
3838
uses: py-actions/py-dependency-install@v2
3939
with:

.github/workflows/py-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
restore-keys: |
3434
${{ runner.os }}-pip-
3535
- name: Install Python testing dependencies
36-
run: pip install --upgrade pytest
36+
run: pip install --upgrade pytest pytest-asyncio
3737
- name: Install Python project dependencies
3838
uses: py-actions/py-dependency-install@v2
3939
with:

0 commit comments

Comments
 (0)