From 5566b3ccb6949623137e693da570176fa56a8cf0 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Sun, 27 Nov 2016 03:26:35 -0200 Subject: [PATCH] Remove setuptools pin now that upstream has been fixed Related to pypa/setuptools#861 --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index f0c8e93d4f5..f3494e8be72 100644 --- a/tox.ini +++ b/tox.ini @@ -119,8 +119,6 @@ usedevelop=True skipsdist=True 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