@@ -49,10 +49,6 @@ 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"
55-
5652toxTask " testPy310pyarrow-9" , " py310-pyarrow-9" , " ${ posargs} "
5753test. dependsOn " testPy310pyarrow-9"
5854postCommitPyDep. dependsOn " testPy310pyarrow-9"
@@ -121,13 +117,6 @@ postCommitPyDep.dependsOn "testPy310pandas-20"
121117// TODO(https://github.com/apache/beam/issues/30908): Revise what are we testing
122118
123119// 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"
131120
132121toxTask " testPy310pytorch-111" , " py310-pytorch-111" , " ${ posargs} "
133122test. dependsOn " testPy310pytorch-111"
0 commit comments