diff --git a/tox.ini b/tox.ini index c2f866f26..f0c8e93d4 100644 --- a/tox.ini +++ b/tox.ini @@ -117,7 +117,10 @@ commands= basepython = python usedevelop=True skipsdist=True -deps=PyYAML +deps= + PyYAML + # pinning setuptools because of AppVeyor failures, see pypa/setuptools#861 + setuptools<29.0.0 commands= pytest -rfsxX doc/en pytest --doctest-modules {toxinidir}/_pytest