~ruther/guix-local

f1ddfe4f14b8a8d963f2f3e68d800b745696246d — Ludovic Courtès 8 years ago 2472f7a
gnu: python-flaky: Fix Texinfo markup in description.

* gnu/packages/python.scm (python-flaky)[description]: Escape "@".
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +1 -1
@@ 4655,7 4655,7 @@ reruns flaky tests.

Ideally, tests reliably pass or fail, but sometimes test fixtures must rely
on components that aren't 100% reliable.  With flaky, instead of removing
those tests or marking them to @code{@skip}, they can be automatically
those tests or marking them to @code{@@skip}, they can be automatically
retried.")
    (license license:asl2.0)))