Add note on docs about record_xml_property not working with xdist

This commit is contained in:
Bruno Oliveira 2015-09-26 03:24:07 -03:00
parent 748da0e5d7
commit b72c3310bc
1 changed files with 2 additions and 0 deletions

View File

@ -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.