Skip to content

Commit 4e43668

Browse files
committed
exclude directive not working; just remove unmaintained Python2 tests
1 parent beccc13 commit 4e43668

File tree

2 files changed

+0
-38
lines changed

2 files changed

+0
-38
lines changed

tests/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ tasks.withType(ScalaCompile) {
4444
}
4545

4646
task testPython3(type: Test) {
47-
// python2 is end-of-life and the runtime not built by default
48-
exclude 'scala/runtime/actionContainers/Python2ActionLoopContainerTests'
4947
}
5048

5149
task buildArtifacts(type:Exec) {

tests/src/test/scala/runtime/actionContainers/Python2ActionLoopContainerTests.scala

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

0 commit comments

Comments
 (0)