add support for RustPython under posix#3010
Conversation
Adds support for creating virtual environment using RustPython interpreter: https://github.com/RustPython/RustPython
I have added some tests: |
gaborbernat
left a comment
There was a problem hiding this comment.
Tests?
I have added some tests: #3010 (changes)
This is not sufficient, you'll need to do what we do for PyPy and add it to the CI as a matrix, fix the errors and then would be ready.
I'm trying to wrap my head around how the virtualenv CI tests work. As far as I understand, the python version under test is installed with actions/setup-python GitHub action. Then it's picked up by In order to add RustPython to the matrix, I see two options:
Is my understanding correct? |
|
Yes |
1 similar comment
|
Yes |
34122b2 to
834c7ff
Compare
Adds support for creating virtual environment using RustPython interpreter:
https://github.com/RustPython/RustPython
Without this 'custom' RustPython creator
virtualenvfails, when specifying rustpython binary with--pythonargument. For example:tox -e fix)docs/changelogfolder