Skip to content

Commit b49b388

Browse files
committed
ci(pytest): add pytest-asyncio
1 parent 0ae4023 commit b49b388

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/CI.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
for version in 3.8 3.9 3.10 3.11 3.12 3.13; do
7777
uv venv --preview --python $version
7878
source .venv/bin/activate
79-
uv pip install certifi pytest typing_extensions
79+
uv pip install certifi pytest pytest-asyncio typing_extensions
8080
uv pip install primp --no-index --find-links dist --force-reinstall
8181
pytest
8282
done
@@ -96,7 +96,7 @@ jobs:
9696
for version in 3.8 3.9 3.10 3.11 3.12 3.13; do
9797
uv venv --preview --python $version
9898
source .venv/bin/activate
99-
uv pip install certifi pytest typing_extensions
99+
uv pip install certifi pytest pytest-asyncio typing_extensions
100100
uv pip install primp --no-index --find-links dist --force-reinstall
101101
pytest
102102
done
@@ -114,7 +114,7 @@ jobs:
114114
set -e
115115
python3 -m venv .venv
116116
source .venv/bin/activate
117-
pip install certifi pytest typing_extensions
117+
pip install certifi pytest pytest-asyncio typing_extensions
118118
pip install primp --no-index --find-links dist --force-reinstall
119119
pytest
120120
@@ -188,7 +188,7 @@ jobs:
188188
for version in 3.8 3.9 3.10 3.11 3.12 3.13; do
189189
python$version -m venv .venv
190190
source .venv/bin/activate
191-
pip install certifi pytest typing_extensions
191+
pip install certifi pytest pytest-asyncio typing_extensions
192192
pip install primp --no-index --find-links dist --force-reinstall
193193
pytest
194194
done
@@ -230,7 +230,7 @@ jobs:
230230
for version in 3.8 3.9 3.10 3.11 3.12 3.13; do
231231
uv venv --preview --python $version
232232
source .venv/Scripts/activate
233-
uv pip install certifi pytest typing_extensions
233+
uv pip install certifi pytest pytest-asyncio typing_extensions
234234
uv pip install primp --no-index --find-links dist --force-reinstall
235235
pytest
236236
done
@@ -269,7 +269,7 @@ jobs:
269269
for version in 3.8 3.9 3.10 3.11 3.12 3.13; do
270270
uv venv --preview --python $version
271271
source .venv/bin/activate
272-
uv pip install certifi pytest typing_extensions
272+
uv pip install certifi pytest pytest-asyncio typing_extensions
273273
uv pip install primp --no-index --find-links dist --force-reinstall
274274
pytest
275275
done

0 commit comments

Comments
 (0)