commit | 90f7d455b7f4bd53d3af11cb951347c9c8230399 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Wed Sep 12 18:29:08 2018 -0700 |
committer | GitHub <noreply@github.com> | Wed Sep 12 18:29:08 2018 -0700 |
tree | 0c6ac907f2bd34c8d14319802fa21719a2e6131c | |
parent | ea2fcd3db65b796ad3eda1619a903cefb1aa9363 [diff] |
bpo-34200: Fix non-determinism of test_pkg (GH-9248) This causes the tearDown code to only unimport the test modules specifically created as part of each test via the self.mkhier method rather than abusing test.support.modules_setup() and the scary test.support.modules_cleanup() code. https://bugs.python.org/issue34200 (cherry picked from commit 4ae8ece5cd4c5853b625381db13429f25512108d) Co-authored-by: Gregory P. Smith <greg@krypto.org>