Skip to content

Commit 90fc046

Browse files
authored
Temporarily disable python3.6 integ (#3054)
1 parent dc0e74c commit 90fc046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jetbrains-core/it/software/aws/toolkits/jetbrains/services/lambda/python/PythonLocalLambdaRunConfigurationIntegrationTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class PythonLocalLambdaRunConfigurationIntegrationTest(private val runtime: Runt
4343
@JvmStatic
4444
@Parameterized.Parameters(name = "{0}")
4545
fun data(): Collection<Array<Runtime>> = listOf(
46-
arrayOf(Runtime.PYTHON3_6),
46+
// arrayOf(Runtime.PYTHON3_6),
4747
arrayOf(Runtime.PYTHON3_7),
4848
arrayOf(Runtime.PYTHON3_8),
4949
arrayOf(Runtime.PYTHON3_9)

0 commit comments

Comments
 (0)