bump version depend on new pylib

This commit is contained in:
holger krekel 2011-12-12 12:45:28 +00:00
parent a94a6b4282
commit 94e31e414a
4 changed files with 5 additions and 6 deletions

View File

@ -4,7 +4,7 @@ Changes between 2.2.0 and 2.2.1.dev
- fix issue99 (in pytest and py) internallerrors with resultlog now
produce better output - fixed by normalizing pytest_internalerror
input arguments.
- fix traceback issues (in pytest and py) improve traceback output
- fix issue97 / traceback issues (in pytest and py) improve traceback output
in conjunction with jinja2 and cython which hack tracebacks
- fix issue93 (in pytest and pytest-xdist) avoid "delayed teardowns":
the final test in a test node will now run its teardown directly

View File

@ -1,2 +1,2 @@
#
__version__ = '2.2.1.dev3'
__version__ = '2.2.1.dev4'

View File

@ -24,7 +24,7 @@ def main():
name='pytest',
description='py.test: simple powerful testing with Python',
long_description = long_description,
version='2.2.1.dev3',
version='2.2.1.dev4',
url='http://pytest.org',
license='MIT license',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
@ -32,7 +32,7 @@ def main():
author_email='holger at merlinux.eu',
entry_points= make_entry_points(),
# the following should be enabled for release
install_requires=['py>=1.4.6.dev4'],
install_requires=['py>=1.4.6.dev5'],
classifiers=['Development Status :: 6 - Mature',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',

View File

@ -51,8 +51,7 @@ commands=
make html
[testenv:py31]
deps=py>1.4.0
:pypi:nose>=1.0
deps=:pypi:nose>=1.0
[testenv:py31-xdist]
deps=pytest-xdist