Causes doctest to not care about the module of the raised exception. This matters because Python3 includes the module in the formatted exception, but Python3 doesn't, so the doctest will always fail on one or the other without this flag.
.latest