We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6785335 commit 137d4eeCopy full SHA for 137d4ee
tox.ini
@@ -189,7 +189,7 @@ commands =
189
mypyinstalled: mypy --install-types --non-interactive --namespace-packages opentelemetry-api/tests/mypysmoke.py --strict
190
191
[testenv:spellcheck]
192
-basepython: python3.9
+basepython: python3.10
193
recreate = True
194
deps =
195
codespell
@@ -254,7 +254,7 @@ commands =
254
sphinx-build -E -a -W -b html -T . _build/html
255
256
[testenv:tracecontext]
257
258
259
# needed for tracecontext
260
aiohttp~=3.6
@@ -312,7 +312,7 @@ commands_post =
312
docker-compose down -v
313
314
[testenv:public-symbols-check]
315
316
317
318
GitPython
0 commit comments