aIbrahiim commented on code in PR #37725:
URL: https://github.com/apache/beam/pull/37725#discussion_r2875292037
##########
sdks/python/test-suites/tox/py310/build.gradle:
##########
@@ -49,29 +49,9 @@ project.tasks.register("postCommitPyDep") {}
// For versions that we would like to prioritize for testing,
// for example versions released in a timeframe of last 1-2 years.
-toxTask "testPy310pyarrow-9", "py310-pyarrow-9", "${posargs}"
-test.dependsOn "testPy310pyarrow-9"
-postCommitPyDep.dependsOn "testPy310pyarrow-9"
-
-toxTask "testPy310pyarrow-10", "py310-pyarrow-10", "${posargs}"
-test.dependsOn "testPy310pyarrow-10"
-postCommitPyDep.dependsOn "testPy310pyarrow-10"
Review Comment:
The pyarrow section in this file was out of sync with tox.ini. as in tox
only defineed pyarrow envs for version 6 (lowest supported) and 15–23 (recent)
and the old build.gradle still had tasks for pyarrow-9 through pyarrow-14 which
is no longer exist in tox so these were removed and i added tasks for pyarrow-6
and pyarrow-19 through 23 so that way the gradle tasks match the current
pyarrow envs
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]