# HG changeset patch -- Bitbucket.org # Project py-trunk # URL http://bitbucket.org/hpk42/py-trunk/overview # User holger krekel <hol...@merlinux.eu> # Date 1278513448 -7200 # Node ID 67f68e3553dd6aad8be028727f7b30164263ead3 # Parent c01d15908f909ce097f673db17803a180c0e01ad fixing a doc reference, removing development dependency
--- a/tox.ini +++ b/tox.ini @@ -31,7 +31,6 @@ basepython=python changedir={toxinidir} deps=docutils pygments - {distshare}/execnet-**LATEST** {distshare}/py-**LATEST** {distshare}/pytest-xdist-**LATEST** pytest-figleaf --- a/py/_plugin/pytest_skipping.py +++ b/py/_plugin/pytest_skipping.py @@ -76,6 +76,7 @@ apply the function will be skipped. .. _`whole class- or module level`: mark.html#scoped-marking +.. _xfail: mark a test function as **expected to fail** ------------------------------------------------------- --- a/doc/test/plugin/skipping.txt +++ b/doc/test/plugin/skipping.txt @@ -81,6 +81,7 @@ apply the function will be skipped. .. _`whole class- or module level`: mark.html#scoped-marking +.. _xfail: mark a test function as **expected to fail** ------------------------------------------------------- _______________________________________________ py-svn mailing list py-svn@codespeak.net http://codespeak.net/mailman/listinfo/py-svn