76
76
for version in 3.8 3.9 3.10 3.11 3.12 3.13; do
77
77
uv venv --preview --python $version
78
78
source .venv/bin/activate
79
- uv pip install certifi pytest typing_extensions
79
+ uv pip install certifi pytest pytest-asyncio typing_extensions
80
80
uv pip install primp --no-index --find-links dist --force-reinstall
81
81
pytest
82
82
done
96
96
for version in 3.8 3.9 3.10 3.11 3.12 3.13; do
97
97
uv venv --preview --python $version
98
98
source .venv/bin/activate
99
- uv pip install certifi pytest typing_extensions
99
+ uv pip install certifi pytest pytest-asyncio typing_extensions
100
100
uv pip install primp --no-index --find-links dist --force-reinstall
101
101
pytest
102
102
done
@@ -114,7 +114,7 @@ jobs:
114
114
set -e
115
115
python3 -m venv .venv
116
116
source .venv/bin/activate
117
- pip install certifi pytest typing_extensions
117
+ pip install certifi pytest pytest-asyncio typing_extensions
118
118
pip install primp --no-index --find-links dist --force-reinstall
119
119
pytest
120
120
@@ -188,7 +188,7 @@ jobs:
188
188
for version in 3.8 3.9 3.10 3.11 3.12 3.13; do
189
189
python$version -m venv .venv
190
190
source .venv/bin/activate
191
- pip install certifi pytest typing_extensions
191
+ pip install certifi pytest pytest-asyncio typing_extensions
192
192
pip install primp --no-index --find-links dist --force-reinstall
193
193
pytest
194
194
done
@@ -230,7 +230,7 @@ jobs:
230
230
for version in 3.8 3.9 3.10 3.11 3.12 3.13; do
231
231
uv venv --preview --python $version
232
232
source .venv/Scripts/activate
233
- uv pip install certifi pytest typing_extensions
233
+ uv pip install certifi pytest pytest-asyncio typing_extensions
234
234
uv pip install primp --no-index --find-links dist --force-reinstall
235
235
pytest
236
236
done
@@ -269,7 +269,7 @@ jobs:
269
269
for version in 3.8 3.9 3.10 3.11 3.12 3.13; do
270
270
uv venv --preview --python $version
271
271
source .venv/bin/activate
272
- uv pip install certifi pytest typing_extensions
272
+ uv pip install certifi pytest pytest-asyncio typing_extensions
273
273
uv pip install primp --no-index --find-links dist --force-reinstall
274
274
pytest
275
275
done
0 commit comments