Skip to content

Commit 545cadc

Browse files
authored
Move inference tests from py37 to py38 (#25936)
1 parent fcf51fb commit 545cadc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,6 @@ tasks.register("python37PostCommit") {
488488
dependsOn(":sdks:python:test-suites:dataflow:py37:spannerioIT")
489489
dependsOn(":sdks:python:test-suites:direct:py37:spannerioIT")
490490
dependsOn(":sdks:python:test-suites:portable:py37:xlangSpannerIOIT")
491-
dependsOn(":sdks:python:test-suites:direct:py37:inferencePostCommitIT")
492491
}
493492

494493
tasks.register("python38PostCommit") {
@@ -498,6 +497,7 @@ tasks.register("python38PostCommit") {
498497
dependsOn(":sdks:python:test-suites:portable:py38:postCommitPy38")
499498
// TODO: https://github.com/apache/beam/issues/22651
500499
dependsOn(":sdks:python:test-suites:dataflow:py38:inferencePostCommitIT")
500+
dependsOn(":sdks:python:test-suites:direct:py38:inferencePostCommitIT")
501501
}
502502

503503
tasks.register("python39PostCommit") {

0 commit comments

Comments
 (0)