Skip to content

Commit a0ab9b7

Browse files
committed
Tests: fix Sphinx versions not working with Python 3.10
1 parent 8fe4bea commit a0ab9b7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

tox.embedapi.ini

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[tox]
2-
envlist = sphinx-{18,20,21,22,23,24,30,31,32,33,34,35,40,41,42,latest}
2+
# NOTE: Sphinx 3.5 and 4.x < 4.2 fails with Python 3.10 because of a typing issue
3+
envlist = sphinx-{18,20,21,22,23,24,30,31,32,33,34,42,43,44,45,latest}
34

45
[testenv]
56
description = run test suite for the EmbedAPIv3
@@ -24,10 +25,10 @@ deps =
2425
sphinx-32: Sphinx~=3.2.0
2526
sphinx-33: Sphinx~=3.3.0
2627
sphinx-34: Sphinx~=3.4.0
27-
sphinx-35: Sphinx~=3.5.0
28-
sphinx-40: Sphinx~=4.0.0
29-
sphinx-41: Sphinx~=4.1.0
3028
sphinx-42: Sphinx~=4.2.0
29+
sphinx-43: Sphinx~=4.3.0
30+
sphinx-44: Sphinx~=4.4.0
31+
sphinx-45: Sphinx~=4.5.0
3132
sphinx-latest: Sphinx
3233
jinja2<3.1.0
3334
setenv =

0 commit comments

Comments
 (0)