Skip to content
New issue

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

tox should run for all environments #2

Open
ynikitenko opened this issue May 1, 2022 · 1 comment
Open

tox should run for all environments #2

ynikitenko opened this issue May 1, 2022 · 1 comment

Comments

@ynikitenko
Copy link
Owner

In tox.ini there is an envlist

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)

@ynikitenko
Copy link
Owner Author

JetBrains propose to recreate a virtual environment manually, but I don't know how to do that compatible with tox.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant