tvalentyn commented on code in PR #37725:
URL: https://github.com/apache/beam/pull/37725#discussion_r2886702540


##########
sdks/python/tox.ini:
##########
@@ -515,13 +515,14 @@ commands =
 [testenv:py{310,311}-transformers-{428,447,448,latest}]
 deps =
   # Environment dependencies are defined in the `setenv` section and installed 
in the `commands` section.
-extras = test,gcp,ml_test
+pip_pre = False

Review Comment:
   that is true; but the point of using `--pre` was to test upcoming releases 
to have a heads-up when things might start breaking before things actually 
break. 
   
   are test environments unstable because pip cannot resolve dependencies or 
for some other reasons (pre-release deps have bugs, etc.)?



-- 
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]

Reply via email to