Skip to content

Commit f91ea09

Browse files
committed
Pin tox
1 parent eae9a5d commit f91ea09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ commands:
1111
default: "18,20,21,22,23,24,30,31,32,33,34,35,40,41,42,43,44,45,50,latest"
1212
steps:
1313
- checkout
14-
- run: pip install --user tox
14+
# Tox >=4 fails with `ValueError: py310-sphinx{18`
15+
- run: pip install --user 'tox<4'
1516
- run: tox -e "<<parameters.version>>-sphinx{<<parameters.sphinx-version>>}"
1617

1718
jobs:

0 commit comments

Comments
 (0)