xfail some tests for doctest support if pdbpp is installed

This commit is contained in:
holger krekel
2013-09-06 10:07:06 +02:00
parent ca5d02df06
commit 8360c1e687
2 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -373,7 +373,7 @@ class Collector(Node):
# the set of exceptions to interpret as "Skip the whole module" during
# collection
skip_exceptions = (_pytest.runner.Skipped,)
class CollectError(Exception):
""" an error during collection, contains a custom message. """