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 ezio.melotti, michael.foord, rbcollins, serhiy.storchaka
Date 2018-06-03.12:03:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528027393.44.0.592728768989.issue33748@psf.upfronthosting.co.za>
In-reply-to
Content
$ ./python -m test -v -m test_discovery_failed_discovery test_unittest
...
Warning -- sys.path was modified by test_unittest
  Before: (139720094056760, ['/home/serhiy/py/cpython', '/usr/local/lib/python38.zip', '/home/serhiy/py/cpython/Lib', '/home/serhiy/py/cpython/build/lib.linux-x86_64-3.8-pydebug', '/home/serhiy/.local/lib/python3.8/site-packages'], ['/home/serhiy/py/cpython', '/usr/local/lib/python38.zip', '/home/serhiy/py/cpython/Lib', '/home/serhiy/py/cpython/build/lib.linux-x86_64-3.8-pydebug', '/home/serhiy/.local/lib/python3.8/site-packages'])
  After:  (139720094056760, ['/home/serhiy/py/cpython', '/usr/local/lib/python38.zip', '/home/serhiy/py/cpython/Lib', '/home/serhiy/py/cpython/build/lib.linux-x86_64-3.8-pydebug', '/home/serhiy/.local/lib/python3.8/site-packages'], ['/home/serhiy/py/cpython/build/test_python_8308/package', '/home/serhiy/py/cpython', '/usr/local/lib/python38.zip', '/home/serhiy/py/cpython/Lib', '/home/serhiy/py/cpython/build/lib.linux-x86_64-3.8-pydebug', '/home/serhiy/.local/lib/python3.8/site-packages']) 
test_unittest failed (env changed)
History
Date User Action Args
2018-06-03 12:03:13serhiy.storchakasetrecipients: + serhiy.storchaka, rbcollins, ezio.melotti, michael.foord
2018-06-03 12:03:13serhiy.storchakasetmessageid: <1528027393.44.0.592728768989.issue33748@psf.upfronthosting.co.za>
2018-06-03 12:03:13serhiy.storchakalinkissue33748 messages
2018-06-03 12:03:13serhiy.storchakacreate