aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2011-03-11 15:45:33 +0100
committerholger krekel <holger@merlinux.eu>2011-03-11 15:45:33 +0100
commite147eda9f4102b8b612e229222a93d33b7438b12 (patch)
treed792e8025c77f55c5674463ba41d877b26428803 /pytest.py
parentusing dev version of py with terminal coloring fix (thanks amaury for pointin... (diff)
downloadpypy-e147eda9f4102b8b612e229222a93d33b7438b12.tar.gz
pypy-e147eda9f4102b8b612e229222a93d33b7438b12.tar.bz2
pypy-e147eda9f4102b8b612e229222a93d33b7438b12.zip
bump to pytest-2.0.3.dev0 version which contains a fix speeding up skips
which had prolonged some pypy test runs (app-level most notably)
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 a5090576a9..1dd0f45907 100644
--- a/pytest.py
+++ b/pytest.py
@@ -3,7 +3,7 @@ unit and functional testing with Python.
(pypy version of startup script)
see http://pytest.org for details.
"""
-__version__ = '2.0.2' # base pytest version
+__version__ = '2.0.3.dev0' # base pytest version
__all__ = ['main']
from _pytest.core import main, UsageError, _preloadplugins