We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In tox.ini there is an envlist
tox.ini
envlist = py27, py35, py36, py37, py38, py39, py310, pypy, pypy3 #, jython
From that list first jython stopped working, then many other interpreters for various reasons unrelated to Lena. For example:
IOError: [Errno 13] Permission denied: '/home/.../lena/.tox/pypy3/lib/pypy3.8/site-packages/_virtualenv.pth'
or
ImportError: libffi.so.7: cannot open shared object file: No such file or directory
I installed pypy3 packages manually and my tests worked. Can it be fixed for all interpreters from the list? (volunteers needed)
The text was updated successfully, but these errors were encountered:
JetBrains propose to recreate a virtual environment manually, but I don't know how to do that compatible with tox.
Sorry, something went wrong.
No branches or pull requests
In
tox.ini
there is an envlistFrom that list first jython stopped working, then many other interpreters for various reasons unrelated to Lena. For example:
or
I installed pypy3 packages manually and my tests worked. Can it be fixed for all interpreters from the list? (volunteers needed)
The text was updated successfully, but these errors were encountered: