-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install svn on unbutu for github workflows #13149
Conversation
Perhaps there is a difference between where the tests set up the externally managed file and where it should set up on the 24.04 runner? I don't have time to look right now, if it's non obvious we could always pin the previous runner. |
So, for at least one of the tests, the virtual environment created seems to be refusing to do user installs:
Where as the test is expecting it to refuse to do an externally managed install. I don't know why this started on Ubuntu 24.04, perhaps they've patched venv to different default settings? It's perhaps possible to change the values in |
018a35d
to
2547cd1
Compare
There's some details about the Ubuntu 24.04 image to do with user instals / virtual environments that I don't understand. I could just override it for the specific tests that are failing, but without spending some time understanding the differences between the GitHub image and my local Ubuntu 24.04, and the semantics of the test I worry that I would be invalidating the tests. I might come back to this if no one else fixes it, but for now I'm closing it. |
No description provided.