AnandInguva commented on code in PR #26419:
URL: https://github.com/apache/beam/pull/26419#discussion_r1179277321
##########
sdks/python/tox.ini:
##########
@@ -62,23 +62,32 @@ commands_post =
bash {toxinidir}/scripts/run_tox_cleanup.sh
commands = false {envname} is misconfigured
+# Run the tests using pre-released dependencies.
+# https://github.com/apache/beam/issues/25668
[testenv:py{37,38,39,310,311}]
+pip_pre = True
Review Comment:
Okay. Understood what you meant. I was thinking `other tests` meant
`jenkins` test suites but `other tests ` means the tests in the tox itself. If
every one agrees on adding it to every testenv in tox, i am +1 too. I will make
the change.
QQ: do we want to make postcommit tests use release candidates as well?
--
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]