gnu: python-flaky: Fix Texinfo markup in description.
* gnu/packages/python.scm (python-flaky)[description]: Escape "@".master
parent
2472f7a8f1
commit
f1ddfe4f14
|
@ -4655,7 +4655,7 @@ reruns flaky tests.
|
||||||
|
|
||||||
Ideally, tests reliably pass or fail, but sometimes test fixtures must rely
|
Ideally, tests reliably pass or fail, but sometimes test fixtures must rely
|
||||||
on components that aren't 100% reliable. With flaky, instead of removing
|
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.")
|
retried.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
|
Reference in New Issue