abalkin / pytest-leaks

A pytest plugin to trace resource leaks.
https://abalkin.github.io/pytest-leaks
Other
115 stars 4 forks source link

pytest-xdist compatibility #32

Closed pv closed 4 years ago

pv commented 4 years ago

Currently, pytest-leaks does not report leaks properly with pytest-xdist. There's maybe an issue in the result reporting, which perhaps should be done via proper pytest channels instead of self.leaks. Or possibly somewhere else, I didn't check precisely why it doesn't work.