@@ -49,9 +49,9 @@ project.tasks.register("postCommitPyDep") {}
4949// For versions that we would like to prioritize for testing,
5050// for example versions released in a timeframe of last 1-2 years.
5151
52- toxTask " testPy310pyarrow-3 " , " py310-pyarrow-3 " , " ${ posargs} "
53- test. dependsOn " testPy310pyarrow-3 "
54- postCommitPyDep. dependsOn " testPy310pyarrow-3 "
52+ toxTask " testPy310pyarrow-7 " , " py310-pyarrow-7 " , " ${ posargs} "
53+ test. dependsOn " testPy310pyarrow-7 "
54+ postCommitPyDep. dependsOn " testPy310pyarrow-7 "
5555
5656toxTask " testPy310pyarrow-9" , " py310-pyarrow-9" , " ${ posargs} "
5757test. dependsOn " testPy310pyarrow-9"
@@ -121,13 +121,6 @@ postCommitPyDep.dependsOn "testPy310pandas-20"
121121// TODO(https://github.com/apache/beam/issues/30908): Revise what are we testing
122122
123123// Create a test task for each minor version of pytorch
124- toxTask " testPy310pytorch-19" , " py310-pytorch-19" , " ${ posargs} "
125- test. dependsOn " testPy310pytorch-19"
126- postCommitPyDep. dependsOn " testPy310pytorch-19"
127-
128- toxTask " testPy310pytorch-110" , " py310-pytorch-110" , " ${ posargs} "
129- test. dependsOn " testPy310pytorch-110"
130- postCommitPyDep. dependsOn " testPy310pytorch-110"
131124
132125toxTask " testPy310pytorch-111" , " py310-pytorch-111" , " ${ posargs} "
133126test. dependsOn " testPy310pytorch-111"
0 commit comments