bloomberg / pytest-memray

pytest plugin for easy integration of memray memory profiler
https://pytest-memray.readthedocs.io/en/latest/
Apache License 2.0
323 stars 23 forks source link

Fix long test names with xdist #77

Closed godlygeek closed 1 year ago

godlygeek commented 1 year ago

This fixes the OSError caused by long capture file names in our temporary directory when --memray-bin-path is not in use by pytest-xdist is.

Relates-to: #68