Use latest setuptools (<40) by default on build process (#3967)

Featured projects will get <41.
remove-default-role
Manuel Kaufmann 2018-04-19 11:40:15 -05:00 committed by Anthony
parent df25dbce71
commit 0efc5e89a0
1 changed files with 2 additions and 2 deletions

View File

@ -223,8 +223,8 @@ class Virtualenv(PythonEnvironment):
# incompatible release
self.project.get_feature_value(
Feature.USE_SETUPTOOLS_LATEST,
positive='setuptools<40',
negative='setuptools==37.0.0',
positive='setuptools<41',
negative='setuptools<40',
),
'docutils==0.13.1',
'mock==1.0.1',