Skip to content

Commit 2c77367

Browse files
committed
fix tox compatibility
1 parent 723d7af commit 2c77367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ deps =
2121
# {[testenv]deps}
2222
commands =
2323
pip install --upgrade pip
24-
pip install --upgrade setuptools
24+
pip install setuptools==64.0.0
2525
pip install -r{toxinidir}/docsource/requirements.txt
2626
pip list
2727
make -C docsource {posargs:html}

0 commit comments

Comments
 (0)