Skip to content

Commit

Permalink
Remove tox version cap (#10730)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mtreinish authored Aug 30, 2023
1 parent 0a0e262 commit 1bce4bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/install_ubuntu_docs_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
set -e

python -m pip install --upgrade pip setuptools wheel
python -m pip install --upgrade "tox<4.4.0"
python -m pip install --upgrade tox

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

0 comments on commit 1bce4bb

Please sign in to comment.