cpython: f954ee489896 (original) (raw)

Mercurial > cpython

changeset 78120:f954ee489896

Issue #15307: Skipped test_venv:test_prefixes when run from a venv. [#15307]

Vinay Sajip <vinay_sajip@yahoo.co.uk>
date Sun, 15 Jul 2012 16:12:54 +0100
parents 1462b963e5ce
children 758a9023d836
files Lib/test/test_venv.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-)[+] [-] Lib/test/test_venv.py 2

line wrap: on

line diff

--- a/Lib/test/test_venv.py +++ b/Lib/test/test_venv.py @@ -87,6 +87,8 @@ class BasicTest(BaseTest): print(' %r' % os.listdir(bd)) self.assertTrue(os.path.exists(fn), 'File %r should exist.' % fn)