@@ -34,12 +34,43 @@ apply from: "../common.gradle"
3434// TODO(BEAM-8954): Remove this once tox uses isolated builds.
3535testPy38Cython. mustRunAfter testPython38, testPy38CloudCoverage
3636
37- (0 .. 5 ). each {version ->
38- // Create a test task for each major version of pyarrow
39- toxTask " testPy38pyarrow-$version " , " py38-pyarrow-$version "
40- test. dependsOn " testPy38pyarrow-$version "
41- preCommitPy38. dependsOn " testPy38pyarrow-$version "
42- }
37+ // Create a test task for each major version of pyarrow
38+ toxTask " testPy38pyarrow-0" , " py38-pyarrow-0"
39+ test. dependsOn " testPy38pyarrow-0"
40+ preCommitPy38. dependsOn " testPy38pyarrow-0"
41+
42+ toxTask " testPy38pyarrow-1" , " py38-pyarrow-1"
43+ test. dependsOn " testPy38pyarrow-1"
44+ preCommitPy38. dependsOn " testPy38pyarrow-1"
45+
46+ toxTask " testPy38pyarrow-2" , " py38-pyarrow-2"
47+ test. dependsOn " testPy38pyarrow-2"
48+ preCommitPy38. dependsOn " testPy38pyarrow-2"
49+
50+ toxTask " testPy38pyarrow-3" , " py38-pyarrow-3"
51+ test. dependsOn " testPy38pyarrow-3"
52+ preCommitPy38. dependsOn " testPy38pyarrow-3"
53+
54+ toxTask " testPy38pyarrow-4" , " py38-pyarrow-4"
55+ test. dependsOn " testPy38pyarrow-4"
56+ preCommitPy38. dependsOn " testPy38pyarrow-4"
57+
58+ toxTask " testPy38pyarrow-5" , " py38-pyarrow-5"
59+ test. dependsOn " testPy38pyarrow-5"
60+ preCommitPy38. dependsOn " testPy38pyarrow-5"
61+
62+ // Create a test task for each minor version of pandas
63+ toxTask " testPy38pandas-11" , " py38-pandas-11"
64+ test. dependsOn " testPy38pandas-11"
65+ preCommitPy38. dependsOn " testPy38pandas-11"
66+
67+ toxTask " testPy38pandas-12" , " py38-pandas-12"
68+ test. dependsOn " testPy38pandas-12"
69+ preCommitPy38. dependsOn " testPy38pandas-12"
70+
71+ toxTask " testPy38pandas-13" , " py38-pandas-13"
72+ test. dependsOn " testPy38pandas-13"
73+ preCommitPy38. dependsOn " testPy38pandas-13"
4374
4475toxTask " whitespacelint" , " whitespacelint"
4576
0 commit comments