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
First of all, thank you for this great tool! Really appreciate your hard work 👍
Issue
I'm running tox to test https://github.com/EmilStenstrom/django-components/ (public project). Locally I install all the needed python versions (se bottom of readme) and run tox to go through all the tests. Everything works fine and all tests are green.
But when I run with tox -p most environments pass instantly, and the rest hangs forever.
I'm hoping it's reproducible by cloning the above repo, installing the required versions, and running tox -p in the root of the project.
Environment
Provide at least:
OS: Windows 11 with WSL with Ubuntu 22.04.4 LTS
I just installed everything from scratch on a new computer, and had the same problem on a Windows 10 computer with the WSL set up in a different way. Probably slightly older Ubuntu. Hoping it's reproducible.
Output of pip list of the host Python, where tox is installed
Of note is the error from the py310-django32 environment, but this shouldn't force the following tests for hang, should it?!
Installing build dependencies ... error error: subprocess-exited-with-error × pip subprocess to install build dependencies did not run successfully. │ exit code: 1 ╰─> [3 lines of output] WARNING: Skipping page https://pypi.org/simple/setuptools/ because the GET request got Content-Type: Unknown. The only supported Content-Types are application/vnd.pypi.simple.v1+json, application/vnd.pypi.simple.v1+html, and text/html ERROR: Could not find a version that satisfies the requirement setuptools>=40.8.0 (from versions: none) ERROR: No matching distribution found for setuptools>=40.8.0 [end of output] note: This error originates from a subprocess, and is likely not a problem with pip.error: subprocess-exited-with-error× pip subprocess to install build dependencies did not run successfully.py310-django32: exit 1 (0.79 seconds) /home/emilstenstrom/Projects/django-components> python -I -m pip install --force-reinstall --no-deps /home/emilstenstrom/Projects/django-components/.tox/.tmp/package/333/django_components-0.35.tar.gz pid=439251│ exit code: 1╰─> See above for output.note: This error originates from a subprocess, and is likely not a problem with pip.py310-django32: FAIL ✖ in 28.19 seconds
First of all, thank you for this great tool! Really appreciate your hard work 👍
Issue
I'm running tox to test https://github.com/EmilStenstrom/django-components/ (public project). Locally I install all the needed python versions (se bottom of readme) and run
tox
to go through all the tests. Everything works fine and all tests are green.But when I run with
tox -p
most environments pass instantly, and the rest hangs forever.I'm hoping it's reproducible by cloning the above repo, installing the required versions, and running tox -p in the root of the project.
Environment
Provide at least:
Output of
pip list
of the host Python, wheretox
is installedOutput of running tox
Output of
tox -p -r -o (NOTE: Updated)
Of note is the error from the py310-django32 environment, but this shouldn't force the following tests for hang, should it?!
Minimal example
The text was updated successfully, but these errors were encountered: