From 31eac49e1555c5345021a252cb0c95043197ea16 Mon Sep 17 00:00:00 2001 From: Steve Pulec Date: Tue, 6 Mar 2018 17:48:23 -0500 Subject: [PATCH] Lock down version of aws-xray-sdk See https://travis-ci.org/spulec/moto/jobs/350056229 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 27c635944..57140401b 100755 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ install_requires = [ "mock", "docker>=2.5.1", "jsondiff==1.1.1", - "aws-xray-sdk>=0.93", + "aws-xray-sdk<0.96,>=0.93", ] extras_require = {