1 new commit in pytest:

https://bitbucket.org/hpk42/pytest/changeset/983a07db9c5f/
changeset:   983a07db9c5f
user:        hpk42
date:        2011-12-12 13:45:28
summary:     bump version depend on new pylib
affected #:  4 files

diff -r 88a2c2a4cf7097adb8579654bf7df8b6cc5c67cc -r 
983a07db9c5f2830dc45475bd0ddc123ae44b00d CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -4,7 +4,7 @@
 - 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


diff -r 88a2c2a4cf7097adb8579654bf7df8b6cc5c67cc -r 
983a07db9c5f2830dc45475bd0ddc123ae44b00d _pytest/__init__.py
--- a/_pytest/__init__.py
+++ b/_pytest/__init__.py
@@ -1,2 +1,2 @@
 #
-__version__ = '2.2.1.dev3'
+__version__ = '2.2.1.dev4'


diff -r 88a2c2a4cf7097adb8579654bf7df8b6cc5c67cc -r 
983a07db9c5f2830dc45475bd0ddc123ae44b00d setup.py
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@
         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 @@
         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',


diff -r 88a2c2a4cf7097adb8579654bf7df8b6cc5c67cc -r 
983a07db9c5f2830dc45475bd0ddc123ae44b00d tox.ini
--- a/tox.ini
+++ b/tox.ini
@@ -51,8 +51,7 @@
     make html
 
 [testenv:py31]
-deps=py>1.4.0
-    :pypi:nose>=1.0
+deps=:pypi:nose>=1.0
 
 [testenv:py31-xdist]
 deps=pytest-xdist

Repository URL: https://bitbucket.org/hpk42/pytest/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
py-svn mailing list
py-svn@codespeak.net
http://codespeak.net/mailman/listinfo/py-svn

Reply via email to