Skip to content

Commit 2625a4c

Browse files
authored
Remove test references to py2.7 (#3076)
1 parent 22c16ee commit 2625a4c

File tree

6 files changed

+2
-36
lines changed

6 files changed

+2
-36
lines changed

jetbrains-core/tst/software/aws/toolkits/jetbrains/services/cloudformation/CloudFormationTemplateIndexTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ Resources:
233233
"""
234234
Globals:
235235
Function:
236-
Runtime: python2.7
236+
Runtime: python3.9
237237
Handler: bar
238238
Resources:
239239
ServerlessFunction:

testdata/samProjects/image/python2.7/hello_world/Dockerfile

Lines changed: 0 additions & 13 deletions
This file was deleted.

testdata/samProjects/image/python2.7/hello_world/app.py

Lines changed: 0 additions & 8 deletions
This file was deleted.

testdata/samProjects/image/python2.7/hello_world/requirements.txt

Whitespace-only changes.

testdata/samProjects/image/python2.7/template.yaml

Lines changed: 0 additions & 13 deletions
This file was deleted.

testdata/testFiles/LargeTemplate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6149,5 +6149,5 @@ Resources:
61496149
Properties:
61506150
Handler: hello_world/app.lambda_handler
61516151
CodeUri: .
6152-
Runtime: python2.7
6152+
Runtime: python3.9
61536153
Timeout: 900

0 commit comments

Comments
 (0)