diff --git a/Lib/test/test___all__.py b/Lib/test/test___all__.py index 596ad796406..f4a813aa661 100644 --- a/Lib/test/test___all__.py +++ b/Lib/test/test___all__.py @@ -5,6 +5,12 @@ from test import test_support as support import os import sys +# Setup bsddb warnings +try: + import bsddb +except ImportError: + pass + class NoAll(RuntimeError): pass