We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 89305e7 + c4ce5f2 commit 4e460cdCopy full SHA for 4e460cd
src/_pytest/junitxml.py
@@ -355,6 +355,12 @@ def test_foo(record_testsuite_property):
355
record_testsuite_property("STORAGE_TYPE", "CEPH")
356
357
``name`` must be a string, ``value`` will be converted to a string and properly xml-escaped.
358
+
359
+ .. warning::
360
361
+ Currently this fixture **does not work** with the
362
+ `pytest-xdist <https://github.com/pytest-dev/pytest-xdist>`__ plugin. See issue
363
+ `#7767 <https://github.com/pytest-dev/pytest/issues/7767>`__ for details.
364
"""
365
366
__tracebackhide__ = True
0 commit comments