From 0f7d479a7f509023e0bdb0ad0a1c1f3491fa6de5 Mon Sep 17 00:00:00 2001 From: Wing Fung Lau <4760060+hawflau@users.noreply.github.com> Date: Thu, 20 Jan 2022 10:04:25 -0800 Subject: [PATCH] Update INTEGRATION_TESTS.md --- INTEGRATION_TESTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INTEGRATION_TESTS.md b/INTEGRATION_TESTS.md index 7e92667a1..6a5f4e487 100644 --- a/INTEGRATION_TESTS.md +++ b/INTEGRATION_TESTS.md @@ -2,7 +2,7 @@ These tests run SAM against AWS services by translating SAM templates, deploying them to Cloud Formation and verifying the resulting objects. -They must run successfully under Python 2 and 3. +They must run successfully under Python 3. ## Run the tests