[issue33747] Failed separate test_patch_propogrates_exc_on_exit in test_unittest

2018-12-11 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue33747] Failed separate test_patch_propogrates_exc_on_exit in test_unittest

2018-12-11 Thread miss-islington
miss-islington added the comment: New changeset 7d9f21950927e7c7fe69e5edeb06023a963c6f68 by Miss Islington (bot) in branch '3.6': [3.6] bpo-33747: Avoid mutating the global sys.modules dict in unittest.mock tests (GH-8520) (GH-11032)

[issue33747] Failed separate test_patch_propogrates_exc_on_exit in test_unittest

2018-12-11 Thread miss-islington
miss-islington added the comment: New changeset 45a31a1ec11e75cd0ef487dd4cea7f9fc4f885c8 by Miss Islington (bot) in branch '3.7': [3.7] bpo-33747: Avoid mutating the global sys.modules dict in unittest.mock tests (GH-8520) (GH-11031)

[issue33747] Failed separate test_patch_propogrates_exc_on_exit in test_unittest

2018-12-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +10269 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33747] Failed separate test_patch_propogrates_exc_on_exit in test_unittest

2018-12-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +10268 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33747] Failed separate test_patch_propogrates_exc_on_exit in test_unittest

2018-12-07 Thread Brett Cannon
Brett Cannon added the comment: New changeset 3cf74384b53b998fa846dc2590cedf9ad2a0d5fd by Brett Cannon (Anirudha Bose) in branch 'master': bpo-33747: Avoid mutating the global sys.modules dict in unittest.mock tests (GH-8520)

[issue33747] Failed separate test_patch_propogrates_exc_on_exit in test_unittest

2018-07-29 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Michael, could you please make a review? I'm not experienced with mock.patch, and don't know what this test do. -- ___ Python tracker ___

[issue33747] Failed separate test_patch_propogrates_exc_on_exit in test_unittest

2018-07-28 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +8035 stage: -> patch review ___ Python tracker ___ ___

[issue33747] Failed separate test_patch_propogrates_exc_on_exit in test_unittest

2018-06-03 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : $ ./python -m test -v -m test_patch_propogrates_exc_on_exit test_unittest ... test_patch_propogrates_exc_on_exit (unittest.test.testmock.testpatch.PatchTest) ... ERROR == ERROR: