summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2017-02-06 14:53:05 -0800
committerMatt Clay <matt@mystile.com>2017-02-06 14:53:05 -0800
commit39acdde5aa2fdea857b6b958c36b80c3b4cdbc02 (patch)
tree0238194c1cf90d5cdcf634fb1858d8e7258f367d
parent7b2fcb2d4ed283290197fde8eb20166f26de8582 (diff)
downloadansible-39acdde5aa2fdea857b6b958c36b80c3b4cdbc02.tar.gz
Use older setuptools for sanity tests.
-rw-r--r--test/utils/shippable/sanity-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/utils/shippable/sanity-requirements.txt b/test/utils/shippable/sanity-requirements.txt
index 09156ea60b..21b56718ec 100644
--- a/test/utils/shippable/sanity-requirements.txt
+++ b/test/utils/shippable/sanity-requirements.txt
@@ -1,6 +1,6 @@
tox
pyyaml
jinja2
-setuptools
+setuptools<33.0.0
mock
voluptuous==0.8.8