pytester: ignore files used to obtain current user metadata in the fd leak
detector. (2784 <https://github.com/pytest-dev/pytest/issues/2784>_)
Fix memory leak where objects returned by fixtures were never destructed
by the garbage collector. (2981 <https://github.com/pytest-dev/pytest/issues/2981>_)
Fix conversion of pyargs to filename to not convert symlinks and not use
deprecated features on Python 3. (2985 <https://github.com/pytest-dev/pytest/issues/2985>_)
PYTEST_DONT_REWRITE is now checked for plugins too rather than only for
test modules. (2995 <https://github.com/pytest-dev/pytest/issues/2995>_)
Improved Documentation
Add clarifying note about behavior of multiple parametrized arguments (3001 <https://github.com/pytest-dev/pytest/issues/3001>_)
Updates
Here's a list of all the updates bundled in this pull request. I've added some links to make it easier for you to find all the information you need.
Changelogs
pytest 3.3.1 -> 3.3.2
That's it for now!
Happy merging! 🤖