summaryrefslogtreecommitdiff
path: root/pytest.py
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2010-11-24 11:48:55 +0100
committerholger krekel <holger@merlinux.eu>2010-11-24 11:48:55 +0100
commit9be1cd80070132dec423dc394866ec6b98f66b0e (patch)
tree04262f3bd580199ebe5778b27cab7105788442d7 /pytest.py
parentb40a0c18b142a33714fc9ba8205cb8da48403404 (diff)
downloadpytest-9be1cd80070132dec423dc394866ec6b98f66b0e.tar.gz
fix #6 : allow skip/xfail/pdb with trial by hacking the raw exception info out from trial
Diffstat (limited to 'pytest.py')
-rw-r--r--pytest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pytest.py b/pytest.py
index d2c9120c1..1612dd640 100644
--- a/pytest.py
+++ b/pytest.py
@@ -5,7 +5,7 @@ see http://pytest.org for documentation and details
(c) Holger Krekel and others, 2004-2010
"""
-__version__ = '2.0.0.dev36'
+__version__ = '2.0.0.dev37'
__all__ = ['main']
from _pytest.core import main, UsageError, _preloadplugins