You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of having Python testing scripts tidy up the environment every time they run, let's have a single script that runs once per day and does:
Check if pip is installed under ~/.local and is the expected version. If not, install the correct version.
Same as above, but for virtualenv.
Print a list of packages installed under ~/.local.
Optional: Uninstall any unexpected packages under ~/.local. For example, apache-beam shouldn't be installed under ~/.local, since 2 concurrent tests on the same machine will attempt to install to the same location.
Imported from Jira BEAM-4113. Original Jira may contain additional context.
Reported by: udim.
The text was updated successfully, but these errors were encountered:
Instead of having Python testing scripts tidy up the environment every time they run, let's have a single script that runs once per day and does:
Imported from Jira BEAM-4113. Original Jira may contain additional context.
Reported by: udim.
The text was updated successfully, but these errors were encountered: