tvalentyn commented on code in PR #30828:
URL: https://github.com/apache/beam/pull/30828#discussion_r1610681713
##########
sdks/python/tox.ini:
##########
@@ -296,7 +296,7 @@ commands =
/bin/sh -c 'pytest -o junit_suite_name={envname}
--junitxml=pytest_{envname}.xml -n 6 -m uses_pyarrow {posargs}; ret=$?; [ $ret
= 5 ] && exit 0 || exit $ret'
-[testenv:py{38,39,310,311}-pandas-{14,15,20}]
+[testenv:py{38,39}-pandas-{14,15,20}]
Review Comment:
note: I removed 310/311 python versions from some configurations since we
don't have any tests that exercise these configurations. We might be upgrading
to Python 3.9 soon, so left that for now.
--
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]