Skip to content

Commit 78407d1

Browse files
committed
Move tests to py310
1 parent 8112738 commit 78407d1

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

tox.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,11 @@ commands = rstcheck --report-level warning ../README.rst
152152
sphinx-build -j auto -b html -d {envtmpdir}/doctrees . _build/html
153153

154154
[testenv:provider-tables]
155-
basepython: python3.9
155+
basepython: python3.10
156156
commands = python ./contrib/generate_provider_feature_matrix_table.py
157157

158158
[testenv:scrape-and-publish-provider-prices]
159-
basepython: python3.9
159+
basepython: python3.10
160160
# Needed to avoid urllib3 errors related to old openssl version
161161
# https://github.com/urllib3/urllib3/issues/2168
162162
deps = urllib3==1.26.6
@@ -190,7 +190,7 @@ commands =
190190
echo "https://libcloud-pricing-data.s3.amazonaws.com/pricing.json.sha512"
191191

192192
[testenv:scrape-provider-prices]
193-
basepython: python3.9
193+
basepython: python3.10
194194
# Needed to avoid urllib3 errors related to old openssl version
195195
# https://github.com/urllib3/urllib3/issues/2168
196196
deps = urllib3==1.26.6
@@ -213,7 +213,7 @@ commands =
213213
bash -c "(cd libcloud/data/ ; sha512sum pricing.json > {toxinidir}/libcloud/data/pricing.json.sha512)"
214214

215215
[testenv:scrape-ec2-prices]
216-
basepython: python3.9
216+
basepython: python3.10
217217
# Needed to avoid urllib3 errors related to old openssl version
218218
# https://github.com/urllib3/urllib3/issues/2168
219219
deps = urllib3==1.26.6
@@ -224,7 +224,7 @@ deps = urllib3==1.26.6
224224
commands = python contrib/scrape-ec2-prices.py
225225

226226
[testenv:scrape-ec2-sizes]
227-
basepython: python3.9
227+
basepython: python3.10
228228
# Needed to avoid urllib3 errors related to old openssl version
229229
# https://github.com/urllib3/urllib3/issues/2168
230230
deps = urllib3==1.26.6

0 commit comments

Comments
 (0)