This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients ned.deily, ronaldoussoren, vinay.sajip
Date 2012-07-13.18:41:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342204861.59.0.195562780591.issue15307@psf.upfronthosting.co.za>
In-reply-to
Content
Ned mentioned that test_venv fails on line 95 when you run test_venv *in* a virtualenv, that is:

$ pyvenv testenv
$ testenv/bin/python3 -m test.test_venv

This fails because sys.prefix != sys.base_prefix for testenv/bin/python3, and that's expected. 

Unless I'm mistaken nothing is wrong here.
History
Date User Action Args
2012-07-13 18:41:01ronaldoussorensetrecipients: + ronaldoussoren, vinay.sajip, ned.deily
2012-07-13 18:41:01ronaldoussorensetmessageid: <1342204861.59.0.195562780591.issue15307@psf.upfronthosting.co.za>
2012-07-13 18:41:01ronaldoussorenlinkissue15307 messages
2012-07-13 18:41:00ronaldoussorencreate