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." ):