Eric Snow <ericsnowcurren...@gmail.com> added the comment:
I must be missing something. Here is what I did: ``` $ cd cpython $ git checkout main $ make -j8 $ ./python -v venv ../venv-urllib3 $ cd .. $ git clone https://github.com/urllib3/urllib3 $ cd urllib3 $ ../venv-urllib3/bin/python3 -m pip install nox $ ../venv-urllib3/bin/nox -Rs test-3.11 nox > Running session test-3.11 nox > Session test-3.11 skipped: Python interpreter 3.11 not found. ``` I am not familiar with nox so I'm not sure how to trouble-shoot this. ---------- _______________________________________ 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