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: docs/changelog.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# Changelog
2
2
3
+
### 1.10.3 - xdist bugfix + lazy `pandas` loading
4
+
5
+
-`pandas` is now only imported when used, to speed up boot time. Fixes [#49](https://github.com/smarie/python-pytest-harvest/issues/49)
6
+
7
+
- Fixed issue with latest `pytest`+`pytest-xdist` versions: `pytest_harvest_xdist_worker_dump` hook is now called correctly. Fixes [#48](https://github.com/smarie/python-pytest-harvest/issues/48)
8
+
3
9
### 1.10.2 - CI/CD change
4
10
5
11
- This is a technical release to validate that migration to Github Actions worked.
0 commit comments