Skip to content

Commit 1bce4bb

Browse files
authored
Remove tox version cap (#10730)
The recent release of pyproject-api 1.6.x seems to have broken compatibility with older versions of tox. We had capped the tox version at < 4.4.0 for some time to avoid other issues in tox. This commit removes that cap to test if it is fixed and we can use the latest versions of tox and pyproject-api together. If this fails CI then the alternative approach will be to use the constraints file to cap pyproject-api to < 1.6.0.
1 parent 0a0e262 commit 1bce4bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/install_ubuntu_docs_dependencies.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
set -e
66

77
python -m pip install --upgrade pip setuptools wheel
8-
python -m pip install --upgrade "tox<4.4.0"
8+
python -m pip install --upgrade tox
99

1010
sudo apt-get update
1111
sudo apt-get install -y graphviz pandoc

0 commit comments

Comments
 (0)