-
Notifications
You must be signed in to change notification settings - Fork 5
Switch to Fedora 35, remove Python 3.5 #58
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
Conversation
Consider adding pypy3.7-devel, pypy3.8-devel and pypy3.9-devel |
Done, thanks |
That CI failure is weird. We test tox with pypy3.X in Fedora CI. Never mind, we can add those later not to block this. |
OK, apparently, we don't test good enough:
|
Ok, this is because our CI runs as root :/ |
I don't understand what have you tried to achieve but the problem with pypy3.8 and 3.9 is somehow related to existing .tox folder. If I remove it, both serial and parallel runs are okay. There is something wrong when tox is trying to reuse the existing pypy38 environment but the problem is reproducible only if I run the container multiple times. If I run tox multiple times locally or multiple times in the running container without stopping it, everything is fine, the problem is there only if the container is started again before the second run. |
Ok, so when everything is correct in the first round, pip is loaded from When I run the same locally, the path |
All the symlinks in .tox folder containing
|
Yes. I can simply reproduce by running |
FTR this is fixed in virtualenv 20.13.3+ https://virtualenv.pypa.io/en/latest/changelog.html#v20-13-3-2022-03-07 |
The fixed virtualenv is now available in F35, restarting CI. |
All green! |
Any last thoughts? |
Ship it, please! Thanks |
No description provided.