tox
tox copied to clipboard
Check 3.11 support v4
Signed-off-by: Bernát Gábor [email protected]
wouldn't be a new cpython release if cython weren't broken eh?
wouldn't be a new cpython release if cython weren't broken eh?
Well cython is very brittle to c-extension modifications... https://github.com/aio-libs/aiohttp/issues/6600 which is used by devpi...
3.11.0-beta.5 should be available now.
Why is tox installing devpi-server? I did a GitHub search for it in the repository, but it didn’t come up with anything.
https://github.com/tox-dev/devpi-process is written by the tox-dev
team and described here https://devpi.net/docs/devpi/devpi/stable/+d/index.html
Uses devpi in the test suite to test self provisioning.
I found the tests. For now I would suggest to pin devpi-server to <6.3.0 when running with Python 3.11. These should work in pyproject.toml:
"devpi-server<6.3;python_version=='3.11'",
"devpi-server>=6.6;python_version<'3.11'",
There should be no changes in devpi-server between 6.2 and 6.6 which would affect the tests besides usage of asyncio.