From a4c5bf3139589c7935f1c2812a963a6d799d2eb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Doktor?= Date: Tue, 15 Nov 2016 06:46:18 +0100 Subject: [PATCH] docs: Add note about misbehaving versions of CYaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lukáš Doktor --- docs/source/Mux.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/source/Mux.rst b/docs/source/Mux.rst index dee6b66b..9d59c162 100644 --- a/docs/source/Mux.rst +++ b/docs/source/Mux.rst @@ -131,6 +131,15 @@ format): 23 opt_CFLAGS: '-O2' +.. warning:: On some architectures misbehaving versions of CYaml + Python library were reported and Avocado always fails with + ``unacceptable character #x0000: control characters are not + allowed``. To workaround this issue you need to either update + the PyYaml to the version which works properly, or you need + to remove the ``python2.7/site-packages/yaml/cyaml.py`` or + disable CYaml import in Avocado sources. For details check + out the `Github issue `_ + There are couple of key=>value pairs (lines 4,6,8,11,13,...) and there are named nodes which define scope (lines 1,2,3,5,7,9,...). There are also additional flags (lines 2, 9, 14, 19) which modifies the behavior. -- GitLab