diff options
Diffstat (limited to 'Lib/bsddb/test/test_all.py')
-rw-r--r-- | Lib/bsddb/test/test_all.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Lib/bsddb/test/test_all.py b/Lib/bsddb/test/test_all.py index 701bdfe..972cd06 100644 --- a/Lib/bsddb/test/test_all.py +++ b/Lib/bsddb/test/test_all.py @@ -46,6 +46,12 @@ test_all.verbose = verbose def suite(): + try: + # this is special, it used to segfault the interpreter + import test_1413192 + except: + pass + test_modules = [ 'test_associate', 'test_basics', |