AnandInguva commented on issue #22471: URL: https://github.com/apache/beam/issues/22471#issuecomment-1196860388
`Run XVR_JavaUsingPython_Dataflow PostCommit` was failing with the Pytest update. This gradle task runs on two times sequentially, with Python 3.7 and with Python 3.9 respectively. When Pytest gets updated, the gradle task `:sdks:python:setupVirtualenv` runs only for Python 3.7 and when python 3.9 runs, `:sdks:python:setupVirtualenv` didn't run and it uses the cache from the previous Python run(I suspect this because, next to gradle task it says `UP-TO-DATE` but it shouldn't). -- 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]
