This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Quentin.Pradet
Recipients Quentin.Pradet, SethMichaelLarson, eric.snow
Date 2022-01-10.20:43:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641847399.93.0.433420745692.issue46320@roundup.psfhosted.org>
In-reply-to
Content
We haven't opened an issue for this, but discussed it in Discord, sorry. It also does not always crash on GitHub Actions. Here's an example of a crash: https://github.com/urllib3/urllib3/runs/4740730329?check_suite_focus=true

If nox can't find your Python version and `nox --no-venv -Rs test-3.11` does not run your version of Python 3.11, you can always execute those commands directly:

pip install -r dev-requirements.txt
pip install ".[socks,secure,brotli]"
pytest

If that does not crash on your system, I'd appreciate if you could tell me how I could help get this fixed besides simplifying the reproducer. Thanks.
History
Date User Action Args
2022-01-10 20:43:19Quentin.Pradetsetrecipients: + Quentin.Pradet, eric.snow, SethMichaelLarson
2022-01-10 20:43:19Quentin.Pradetsetmessageid: <1641847399.93.0.433420745692.issue46320@roundup.psfhosted.org>
2022-01-10 20:43:19Quentin.Pradetlinkissue46320 messages
2022-01-10 20:43:19Quentin.Pradetcreate