smarie / python-pytest-harvest

Store data created during your `pytest` tests execution, and retrieve it at the end of the session, e.g. for applicative benchmarking purposes.
https://smarie.github.io/python-pytest-harvest/
BSD 3-Clause "New" or "Revised" License
61 stars 8 forks source link

Issue #49 delay import of pandas #50

Closed jmrgibson closed 3 years ago

jmrgibson commented 3 years ago

Should speed the loading of this plugin up a bit, for those that have pandas installed but were not using it

smarie commented 3 years ago

Merged, thanks very much !

jmrgibson commented 3 years ago

Thanks for the quick turnaround!