2 new commits in pytest-xdist: https://bitbucket.org/hpk42/pytest-xdist/commits/b8195374a4aa/ Changeset: b8195374a4aa User: hpk42 Date: 2014-07-05 17:34:56 Summary: depend on latest py dev version to support "--boxed" properly Affected #: 1 file
diff -r 5ba5bdb77d302b621508bde6fdca37349f7d17d7 -r b8195374a4aa758a5f09562acd4d669d9f53cad8 setup.py --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ packages = ['xdist'], entry_points = {'pytest11': ['xdist = xdist.plugin'],}, zip_safe=False, - install_requires = ['execnet>=1.1', 'pytest>=2.4.2'], + install_requires = ['execnet>=1.1', 'pytest>=2.4.2', 'py>=1.4.21.dev3'], classifiers=[ 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', https://bitbucket.org/hpk42/pytest-xdist/commits/35661a1ed8b5/ Changeset: 35661a1ed8b5 User: hpk42 Date: 2014-07-20 08:51:53 Summary: bump version, add py34 to tox.ini Affected #: 3 files diff -r b8195374a4aa758a5f09562acd4d669d9f53cad8 -r 35661a1ed8b5c542fbee90206a0e5ddbefd7f729 setup.py --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="pytest-xdist", - version='1.11.dev1', + version='1.11', description='py.test xdist plugin for distributed testing and loop-on-failing modes', long_description=open('README.txt').read(), license='MIT', @@ -13,7 +13,7 @@ packages = ['xdist'], entry_points = {'pytest11': ['xdist = xdist.plugin'],}, zip_safe=False, - install_requires = ['execnet>=1.1', 'pytest>=2.4.2', 'py>=1.4.21.dev3'], + install_requires = ['execnet>=1.1', 'pytest>=2.4.2', 'py>=1.4.22'], classifiers=[ 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', diff -r b8195374a4aa758a5f09562acd4d669d9f53cad8 -r 35661a1ed8b5c542fbee90206a0e5ddbefd7f729 tox.ini --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist=py26,py32,py33,py27,py27-pexpect,py33-pexpect,py26,py26-old,py33-old +envlist=py26,py32,py33,py34,py27,py27-pexpect,py33-pexpect,py26,py26-old,py33-old [testenv] changedir=testing diff -r b8195374a4aa758a5f09562acd4d669d9f53cad8 -r 35661a1ed8b5c542fbee90206a0e5ddbefd7f729 xdist/__init__.py --- a/xdist/__init__.py +++ b/xdist/__init__.py @@ -1,2 +1,2 @@ # -__version__ = '1.11.dev1' +__version__ = '1.11' Repository URL: https://bitbucket.org/hpk42/pytest-xdist/ -- 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