-
-
Notifications
You must be signed in to change notification settings - Fork 526
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
python -m venv
from within tox env fails with PyPy 7.3.16 on Windows
#3284
Comments
jwodder
changed the title
May 20, 2024
python -m venv
from within tox env fails with PyPy 7.3.16python -m venv
from within tox env fails with PyPy 7.3.16 on Windows
Should be fixed in latest nightlies. |
4 tasks
webknjaz
added a commit
to webknjaz/pip-tools
that referenced
this issue
Dec 16, 2024
This is necessary because: * `pypy-3.8` is EOL * `pypy-3.8` has flaky SEGFAULTs on import [[1]] [[2]] [[3]] due to a bug in their GC that is fixed in `pypy-3.9` * `pypy-3.9` has a bug that does not have a backport with the fix [[4]]. Furthermore, PyPy maintainers recommend using 3.10 [[5]]. [1]: https://github.com/jazzband/pip-tools/actions/runs/12162197242/job/33918558133?pr=2106#step:8:59 [2]: pytest-dev/pytest#11771 (comment) [3]: https://pypy.org/posts/2024/03/fixing-bug-incremental-gc.html [4]: tox-dev/tox#3284 [5]: pypy/pypy#4958 (comment)
4 tasks
@jwodder it seems like there's not going to be any new releases of PyPy-3.9: pypy/pypy#4958 (comment). And PyPy-3.10 already has the fix released. cc @gaborbernat this issue is a close candidate ^ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue
(I don't know whether this is tox's fault or PyPy's fault, so I'm reporting it in both places. PyPy issue: pypy/pypy#4958)
Given the following
tox.ini
:and the following
script.py
:Running
tox
on Windows using PyPy 7.3.16 (whether as Python 3.9.19 or Python 3.10.14) fails with:Running the script outside of
tox
works, as do runningtox
with PyPy 7.3.15 and runningtox
with PyPy 7.3.16 on Ubuntu or macOS.Environment
Provide at least:
windows-latest
in GitHub Actions)Output of
pip list
of the host Python, wheretox
is installedOutput of running tox
Output of
tox -rvv
The text was updated successfully, but these errors were encountered: