Browse code

Revert "Revert "Revert "Pin version of setuptools"""

This reverts commit 2191f838a718049b3ba3be42f3aef8a970ff4278.

Approve once Setuptools 8 is silencing runtime warnings by default,
e.g. via https://github.com/jaraco/setuptools/pull/23 or a similar
patch.

Change-Id: I3c97a4d7810870c9ac058350b362930ce2af713b

Jeremy Stanley authored on 2014/12/19 08:14:54
Showing 1 changed files
... ...
@@ -83,6 +83,6 @@ if [[ -n $PYPI_ALTERNATIVE_URL ]]; then
83 83
     configure_pypi_alternative_url
84 84
 fi
85 85
 
86
-pip_install -U "setuptools<8.0"
86
+pip_install -U setuptools
87 87
 
88 88
 get_versions