New submission from Serhiy Storchaka <storchaka+cpyt...@gmail.com>:

$ ./python -m test -uall test_idle test_code_module
Run tests sequentially
0:00:00 load avg: 0.42 [1/2] test_idle
0:00:02 load avg: 0.42 [2/2] test_code_module
test test_code_module failed -- Traceback (most recent call last):
  File "/home/serhiy/py/cpython/Lib/test/test_code_module.py", line 35, in 
test_ps1
    self.assertEqual(self.sysmod.ps1, '>>> ')
AssertionError: <MagicMock name='sys.ps1' id='140109331413008'> != '>>> '

test_code_module failed
1 test OK.

1 test failed:
    test_code_module

Total duration: 2 sec
Tests result: FAILURE

----------
assignee: terry.reedy
components: IDLE, Tests
messages: 304709
nosy: serhiy.storchaka, terry.reedy
priority: normal
severity: normal
status: open
title: test_code_module fails after test_idle
type: behavior
versions: Python 3.6, Python 3.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31836>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to