Skip to content

Commit 483976a

Browse files
committed
Temporarily disable python3.6 integ
1 parent 2eab7af commit 483976a

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)