summaryrefslogtreecommitdiff
path: root/pytest.py
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2011-01-11 17:27:34 +0100
committerholger krekel <holger@merlinux.eu>2011-01-11 17:27:34 +0100
commit1b3fb3d2292ed2dd046f1721cce9128aa4317112 (patch)
tree38c671c7cb859d008b5a3fc3c05f4c4ae655044d /pytest.py
parent170c78cef9c21609976588cb49ce72e7c5183216 (diff)
downloadpytest-1b3fb3d2292ed2dd046f1721cce9128aa4317112.tar.gz
fix issue15 - tests for python3/nose-1.0 combo work now
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 68d2fb50b..cfb48e5e7 100644
--- a/pytest.py
+++ b/pytest.py
@@ -1,7 +1,7 @@
"""
unit and functional testing with Python.
"""
-__version__ = '2.0.1.dev5'
+__version__ = '2.0.1.dev6'
__all__ = ['main']
from _pytest.core import main, UsageError, _preloadplugins