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
Copy file name to clipboardExpand all lines: CHANGES.rst
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,10 @@ Release Notes
7
7
8
8
* Thanks to `@p00j4 <https://github.com/p00j4>`_ and `@anothermattbrown <https://github.com/anothermattbrown>`_ for reporting and `@christiansandberg <https://github.com/christiansandberg>`_ and `@superdodd <https://github.com/superdodd>`_ and `@dhalperi <https://github.com/dhalperi>`_ for the fix
9
9
10
+
* Fix attribute name for compatibility with ``pytest-xdist`` 2. (`#305 <https://github.com/pytest-dev/pytest-html/issues/305>`_)
11
+
12
+
* Thanks to `@Zac-HD <https://github.com/Zac-HD>`_ for the fix
13
+
10
14
**2.1.1 (2020-03-18)**
11
15
12
16
* Fix issue with funcargs causing failures. (`#282 <https://github.com/pytest-dev/pytest-html/issues/282>`_)
@@ -264,7 +268,7 @@ Release Notes
264
268
265
269
**1.7 (2015-10-19)**
266
270
267
-
* Fixed INTERNALERROR when an xdist slave crashes
271
+
* Fixed INTERNALERROR when an xdist worker crashes
0 commit comments