Skip to content

Commit 6120570

Browse files
committed
Pin setuptools to < 29 because of AppVeyor failures
Related to pypa/setuptools#861 Remove the pin when we have a new setuptools release
1 parent 33796c8 commit 6120570

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tox.ini

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,10 @@ commands=
117117
basepython = python
118118
usedevelop=True
119119
skipsdist=True
120-
deps=PyYAML
120+
deps=
121+
PyYAML
122+
# pinning setuptools because of AppVeyor failures, see pypa/setuptools#861
123+
setuptools<29.0.0
121124
commands=
122125
pytest -rfsxX doc/en
123126
pytest --doctest-modules {toxinidir}/_pytest

0 commit comments

Comments
 (0)