Skip to content

Commit

Permalink
[BEAM-7066] re-add python 3.6 and 3.7 precommit test suites
Browse files Browse the repository at this point in the history
  • Loading branch information
Juta committed May 6, 2019
1 parent 207ac33 commit cf767bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,7 @@ task pythonPreCommit() {
dependsOn ":beam-sdks-python:preCommitPy2"
dependsOn ":beam-sdks-python-test-suites-tox-py35:preCommitPy35"
dependsOn ":beam-sdks-python-test-suites-tox-py36:preCommitPy36"
// TODO(BEAM-7066): Enable once Python3.7-dev package is installed on all Jenkins nodes.
// dependsOn ":beam-sdks-python-test-suites-tox-py37:preCommitPy37"
dependsOn ":beam-sdks-python-test-suites-tox-py37:preCommitPy37"
dependsOn ":beam-sdks-python-test-suites-dataflow:preCommitIT"
}

Expand Down
3 changes: 1 addition & 2 deletions sdks/python/test-suites/tox/py36/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,5 @@ testPy36Cython.mustRunAfter testPython36, testPy36Gcp
task preCommitPy36() {
dependsOn "testPython36"
dependsOn "testPy36Gcp"
// TODO(BEAM-7066): Activate when Jenkins workers are updated with python3.6-dev
// dependsOn "testPy36Cython"
dependsOn "testPy36Cython"
}
3 changes: 1 addition & 2 deletions sdks/python/test-suites/tox/py37/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,5 @@ testPy37Cython.mustRunAfter testPython37, testPy37Gcp
task preCommitPy37() {
dependsOn "testPython37"
dependsOn "testPy37Gcp"
// TODO(BEAM-7066): Activate when Jenkins workers are updated with python3.7-dev
// dependsOn "testPy37Cython"
dependsOn "testPy37Cython"
}

0 comments on commit cf767bb

Please sign in to comment.