From b72c3310bc835a72c4d83c5aff04721bf1ec36f5 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Sat, 26 Sep 2015 03:24:07 -0300 Subject: [PATCH] Add note on docs about record_xml_property not working with xdist --- doc/en/usage.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/en/usage.rst b/doc/en/usage.rst index 3e1021be3..6462d5e85 100644 --- a/doc/en/usage.rst +++ b/doc/en/usage.rst @@ -186,6 +186,8 @@ This will add an extra property ``example_key="1"`` to the generated by something more powerful and general in future versions. The functionality per-se will be kept, however. + Currently it does not work when used with the ``pytest-xdist`` plugin. + Also please note that using this feature will break any schema verification. This might be a problem when used with some CI servers.