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 serhiy.storchaka
Recipients serhiy.storchaka
Date 2017-07-25.12:44:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500986686.97.0.211573184937.issue31030@psf.upfronthosting.co.za>
In-reply-to
Content
test_venv fails for the same cause.

$ Lib/../python -m test -m test_defaults test_venv
Run tests sequentially
0:00:00 load avg: 0.31 [1/1] test_venv
test test_venv failed -- Traceback (most recent call last):
  File "/home/serhiy/py/cpython/Lib/test/test_venv.py", line 103, in test_defaults
    self.assertIn('home = %s' % path, data)
AssertionError: 'home = /home/serhiy/py/cpython/Lib/..' not found in 'home = /home/serhiy/py/cpython\ninclude-system-site-packages = false\nversion = 3.7.0\n'

test_venv failed

1 test failed:
    test_venv

Total duration: 166 ms
Tests result: FAILURE
History
Date User Action Args
2017-07-25 12:44:46serhiy.storchakasetrecipients: + serhiy.storchaka
2017-07-25 12:44:46serhiy.storchakasetmessageid: <1500986686.97.0.211573184937.issue31030@psf.upfronthosting.co.za>
2017-07-25 12:44:46serhiy.storchakalinkissue31030 messages
2017-07-25 12:44:46serhiy.storchakacreate