You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Hypothesis pytest plugin was not outputting valid xunit2 nodes when ``--junit-xml`` was specified. This has been broken since Pytest 5.4, which changed the internal API for adding nodes to the junit report.
3
+
The Hypothesis pytest plugin was not outputting valid xunit2 nodes when
4
+
``--junit-xml`` was specified. This has been broken since Pytest 5.4, which
5
+
changed the internal API for adding nodes to the junit report.
4
6
5
-
This also fixes the issue when using hypothesis with ``--junit-xml`` and ``pytest-xdist`` where the junit xml report would not be xunit2 compatible. Now, when using with ``pytest-xdist``, the junit report will just omit the ``<properties>`` node.
7
+
This also fixes the issue when using hypothesis with ``--junit-xml`` and
8
+
``pytest-xdist`` where the junit xml report would not be xunit2 compatible.
9
+
Now, when using with ``pytest-xdist``, the junit report will just omit the
0 commit comments