Pin setuptools to < 29 because of AppVeyor failures
Related to pypa/setuptools#861 Remove the pin when we have a new setuptools release
This commit is contained in:
parent
33796c8a13
commit
6120570198
5
tox.ini
5
tox.ini
|
@ -117,7 +117,10 @@ commands=
|
||||||
basepython = python
|
basepython = python
|
||||||
usedevelop=True
|
usedevelop=True
|
||||||
skipsdist=True
|
skipsdist=True
|
||||||
deps=PyYAML
|
deps=
|
||||||
|
PyYAML
|
||||||
|
# pinning setuptools because of AppVeyor failures, see pypa/setuptools#861
|
||||||
|
setuptools<29.0.0
|
||||||
commands=
|
commands=
|
||||||
pytest -rfsxX doc/en
|
pytest -rfsxX doc/en
|
||||||
pytest --doctest-modules {toxinidir}/_pytest
|
pytest --doctest-modules {toxinidir}/_pytest
|
||||||
|
|
Loading…
Reference in New Issue