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 eric.snow
Recipients Quentin.Pradet, SethMichaelLarson, eric.snow
Date 2022-01-10.20:28:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641846501.35.0.164281011352.issue46320@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2022-01-10 20:28:21eric.snowsetrecipients: + eric.snow, Quentin.Pradet, SethMichaelLarson
2022-01-10 20:28:21eric.snowsetmessageid: <1641846501.35.0.164281011352.issue46320@roundup.psfhosted.org>
2022-01-10 20:28:21eric.snowlinkissue46320 messages
2022-01-10 20:28:21eric.snowcreate