-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
test_always_copy_option() fails #530
Comments
well, it being #524 doesn't really make sense, since that's just for easy_install'd virtualenvs. I guess it's posssible the interpreter running nosetests didn't have access to the virtualenv.py in the src tree, and was importing one that was easy_install'd? |
This test fails in the same way even after deleting virtualenv installed (by setup.py, not easy_install) in /usr/lib64/python*/site-packages. |
I assume this has been fixed in the meantime? @Arfrever |
For reference, it currently fails with pypy 2.5.0 - but with a different error: #725 |
Error is still reproducible in virtualenv trunk. |
I seem to see this testing locally, but not in Fedora rpm builds of virtualenv in koji. Failing command seems to be: /tmp/tmpRyOd9Y/venv/bin/python -c "import sys, pip; sys.exit(pip.main(["install", "--ignore-installed"] + sys.argv[1:]))" setuptools pip error is: ImportError: No module named time |
Scratch that - 12.1.1 is failing in koji as well. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Just add a comment if you want to keep it open. Thank you for your contributions. |
test_always_copy_option() fails with all Python versions (2.6, 2.7, 3.1, 3.2, 3.3).
The text was updated successfully, but these errors were encountered: