andoni-guzman commented on code in PR #23219:
URL: https://github.com/apache/beam/pull/23219#discussion_r999706249
##########
sdks/python/setup.py:
##########
@@ -237,6 +237,7 @@ def get_portability_package_data():
'regex>=2020.6.8',
'requests>=2.24.0,<3.0.0',
'typing-extensions>=3.7.0',
+ 'regex>=2022.3.2',
Review Comment:
The original Python Cron Precommit, install some dependencies before run the
tests.
At the moment of running this tests isolated the dependency creates an error
because regex version.
The solution is added this regex version in setup.py to provide it to the
tests in the gradle job
--
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]