Skip to content

Commit

Permalink
Add back azureIntegrationTest get removed when teardown Py37 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Abacn committed Mar 5, 2024
1 parent 9dd3161 commit a350e97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,7 @@ tasks.register("python38PostCommit") {
dependsOn(":sdks:python:test-suites:dataflow:py38:postCommitIT")
dependsOn(":sdks:python:test-suites:direct:py38:postCommitIT")
dependsOn(":sdks:python:test-suites:direct:py38:hdfsIntegrationTest")
dependsOn(":sdks:python:test-suites:direct:py38:azureIntegrationTest")
dependsOn(":sdks:python:test-suites:portable:py38:postCommitPy38")
// TODO: https://github.com/apache/beam/issues/22651
// The default container uses Python 3.8. The goal here is to
Expand Down
3 changes: 3 additions & 0 deletions sdks/python/test-suites/direct/common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,9 @@ tasks.register("hdfsIntegrationTest") {
}

tasks.register("azureIntegrationTest") {
// needs generated srcs in sdks/python
dependsOn ':sdks:python:sdist'

doLast {
exec {
executable 'sh'
Expand Down

0 comments on commit a350e97

Please sign in to comment.