From 1861e88e9ea6a95852d6a7937d30eb378716c986 Mon Sep 17 00:00:00 2001 From: Jill R <4121322+jillr@users.noreply.github.com> Date: Tue, 2 Jun 2020 11:39:48 -0700 Subject: [PATCH] Disable unit tests affected by botocore #2002 on py3.9 (#83) * Disable unit tests affected by botocore #2002 on py3.9 * ci_complete --- shippable.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 24f3ff76cff..53e37c78d70 100644 --- a/shippable.yml +++ b/shippable.yml @@ -14,7 +14,8 @@ matrix: - env: T=units/3.6/1 - env: T=units/3.7/1 - env: T=units/3.8/1 - - env: T=units/3.9/1 +# Until boto/botocore#2002 is fixed +# - env: T=units/3.9/1 - env: T=aws/2.7/1 - env: T=aws/3.7/1