We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c27b77 commit a300d65Copy full SHA for a300d65
tox.ini
@@ -456,7 +456,7 @@ commands =
456
sphinx-build -E -a -W -b html -T . _build/html
457
458
[testenv:spellcheck]
459
-basepython: python3.9
+basepython: python3.10
460
recreate = True
461
deps =
462
codespell
@@ -465,7 +465,7 @@ commands =
465
466
467
[testenv:lint]
468
469
recreate = False
470
471
-c dev-requirements.txt
@@ -537,7 +537,7 @@ commands =
537
python scripts/eachdist.py lint --check-only
538
539
[testenv:docker-tests]
540
541
542
pip >= 20.3.3
543
pytest
0 commit comments