From 8ed5b77aba7db603122d6a45add2f6a2a63aa726 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Thu, 26 Feb 2015 22:02:49 +0100 Subject: [PATCH] fix issue650: introduce new --doctest-ignore-import-errors option courtesy of Charles Cloud. --- AUTHORS | 1 + CHANGELOG | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/AUTHORS b/AUTHORS index 7ea65a0d8..abe29c261 100644 --- a/AUTHORS +++ b/AUTHORS @@ -47,3 +47,4 @@ David Mohr Nicolas Delaby Tom Viner Dave Hunt +Charles Cloud diff --git a/CHANGELOG b/CHANGELOG index e8c673c67..23a281083 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,10 @@ - add ability to set command line options by environment variable PYTEST_ADDOPTS. +- fix issue650: new option ``--docttest-ignore-import-errors`` which + will turn import errors in doctests into skips. Thanks Charles Cloud + for the complete PR. + - fix issue655: work around different ways that cause python2/3 to leak sys.exc_info into fixtures/tests causing failures in 3rd party code