1 new commit in pytest:

https://bitbucket.org/hpk42/pytest/commits/6381ee1f32ec/
Changeset:   6381ee1f32ec
User:        hpk42
Date:        2014-07-17 10:55:52
Summary:     pytest depends on the freshly released 1.4.22 to function properly
Affected #:  2 files

diff -r 413a4e64560126df8371894e185fdf23cfa01a2d -r 
6381ee1f32ecd426b26d94f8acb579cae12565e9 _pytest/__init__.py
--- a/_pytest/__init__.py
+++ b/_pytest/__init__.py
@@ -1,2 +1,2 @@
 #
-__version__ = '2.6.0.dev2'
+__version__ = '2.6.0.dev3'

diff -r 413a4e64560126df8371894e185fdf23cfa01a2d -r 
6381ee1f32ecd426b26d94f8acb579cae12565e9 setup.py
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,7 @@
 
 
 def main():
-    install_requires = ['py>=1.4.21.dev2']
+    install_requires = ['py>=1.4.22']
     if sys.version_info < (2, 7) or (3,) <= sys.version_info < (3, 2):
         install_requires.append('argparse')
     if sys.platform == 'win32':
@@ -27,7 +27,7 @@
         name='pytest',
         description='pytest: simple powerful testing with Python',
         long_description=long_description,
-        version='2.6.0.dev2',
+        version='2.6.0.dev3',
         url='http://pytest.org',
         license='MIT license',
         platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],

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.
_______________________________________________
pytest-commit mailing list
pytest-commit@python.org
https://mail.python.org/mailman/listinfo/pytest-commit

Reply via email to