Quentin Pradet <quentin.pra...@gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue46320>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to