Skip to content

1.10.3 - xdist bugfix + lazy `pandas` loading

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Apr 16:49
· 27 commits to main since this release
  • pandas is now only imported when used, to speed up boot time. Fixes #49

  • Fixed issue with latest pytest+pytest-xdist versions: pytest_harvest_xdist_worker_dump hook is now called correctly. Fixes #48

See documentation page for details.