Skip to content

Conversation

@falkzoll
Copy link
Contributor

  • The python:3.9 runtime uses an older version of the virtualenv module which now causes 'setup.py install is deprecated' messages to be issued when the action loop loads the function code into memory. This causes the action loop to assume the load failed. This causes the tests to fail. Updating the virtualenv module to version 20.26.3 which is not using 'setup.py' install anymore solves this issue.

- The python:3.9 runtime uses an older version of the virtualenv module which now causes 'setup.py install is deprecated' messages issued when the action loop loads the function into memory. This causes the action loop to assume the load failed. This causes the tests to fail. Updating the virtualenv module to version 20.26.3 which is not using 'setup.py' install anymore solves this issue.
Copy link
Member

@dgrove-oss dgrove-oss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm -- approved running tests

@dgrove-oss dgrove-oss merged commit 1c0a872 into apache:master Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants