Maximilian Michels created BEAM-6469:
----------------------------------------
Summary: Python ValidatesRunner tests fail due to missing module
Key: BEAM-6469
URL: https://issues.apache.org/jira/browse/BEAM-6469
Project: Beam
Issue Type: Test
Components: sdk-py-core
Reporter: Maximilian Michels
Fix For: 2.10.0
https://builds.apache.org/job/beam_PostCommit_Python_VR_Flink_PR/130/console
{noformat}
17:50:38 Traceback (most recent call last):
17:50:38 File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main
17:50:38 "__main__", fname, loader, pkg_name)
17:50:38 File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
17:50:38 exec code in run_globals
17:50:38 File
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_VR_Flink_PR/src/sdks/python/apache_beam/runners/portability/flink_runner_test.py",
line 37, in <module>
17:50:38 from apache_beam.runners.portability import portable_runner_test
17:50:38 File "apache_beam/runners/portability/portable_runner_test.py", line
42, in <module>
17:50:38 from apache_beam.runners.portability import fn_api_runner_test
17:50:38 File "apache_beam/runners/portability/fn_api_runner_test.py", line
29, in <module>
17:50:38 from tenacity import retry
17:50:38 ImportError: No module named tenacity
{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)