From 750467543b71b32f833d7ad01ed51c8109ab7b8d Mon Sep 17 00:00:00 2001 From: Daniel Pyrathon Date: Wed, 28 Nov 2018 01:51:44 -0800 Subject: [PATCH] Followed up on PR comments --- python-packages/order_utils/test/test_doctest.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/python-packages/order_utils/test/test_doctest.py b/python-packages/order_utils/test/test_doctest.py index 7025fd3ca5..297f75e756 100644 --- a/python-packages/order_utils/test/test_doctest.py +++ b/python-packages/order_utils/test/test_doctest.py @@ -8,13 +8,7 @@ def test_all_doctests(): - """Gather zero_ex.* modules and doctest them. - - NOTE: we now use `importlib` instead of `imp` because `imp` is deprecated - and also `load_module()` will reload modules that are already loaded, - causing tests to faily non-deterministically. - Ref https://bit.ly/2zwgyrZ - """ + """Gather zero_ex.* modules and doctest them.""" for (_, modname, _) in pkgutil.walk_packages( path=zero_ex.__path__, prefix="zero_ex." ):