[py-svn] pytest-xdist commit 870611b1ce77: Fix description.

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Mon Apr 26 10:14:55 CEST 2010


# HG changeset patch -- Bitbucket.org
# Project pytest-xdist
# URL http://bitbucket.org/hpk42/pytest-xdist/overview
# User Meme Dough <memedough at gmail.com>
# Date 1272257695 -36000
# Node ID 870611b1ce77af2db83311d57e26f9ade13ce581
# Parent  a215e02c4bff050f0ce29e313838906f51abf686
Fix description.

--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ from xdist import __version__
 setup(
     name="pytest-xdist",
     version=__version__,
-    description='py.test figleaf coverage plugin',
+    description='py.test xdist plugin for distributed testing and loop-on-failing modes',
     long_description=__doc__,
     license='GPLv2 or later',
     author='holger krekel and contributors',



More information about the pytest-commit mailing list