[py-svn] pytest-xdist commit 0db3129ba761: xdist is now somewhat stable after all the fixes, i'd say.

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Tue Jul 6 12:50:48 CEST 2010


# HG changeset patch -- Bitbucket.org
# Project pytest-xdist
# URL http://bitbucket.org/hpk42/pytest-xdist/overview
# User holger krekel <holger at merlinux.eu>
# Date 1273087299 -7200
# Node ID 0db3129ba761fbba45f0e80513d4e15a2edcecc7
# Parent  56d8e5280be224a0ad3220a9deed55334710bd23
xdist is now somewhat stable after all the fixes, i'd say.

--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@ setup(
     zip_safe=False,
     install_requires = ['execnet>=1.0.6', 'py>=1.3.0'],
     classifiers=[
-    'Development Status :: 4 - Beta',
+    'Development Status :: 5 - Production/Stable',
     'Intended Audience :: Developers',
     'License :: OSI Approved :: GNU General Public License (GPL)',
     'Operating System :: POSIX',



More information about the pytest-commit mailing list