CC @nicoddemus
Is this why I am getting lots of warnings when testing a plugin I've written? --
lib/python3.5/site-packages/_pytest/compat.py:321: RemovedInPytest4Warning: usage of Session.Item is deprecated, please use pytest.Item instead
but I can't find any place where I use session.<something>.
If I remove pytester plugin then everything that depends on it fails of course, but I don't get any of these warnings.
When I install the plugin in a user code project which just runs pytest with my plugin then I don't see these warnings.
I'm on:
pytest=3.9.1
Python 3.5.6
@jbasko thanks for the ping on this. This will be fixed by #4164. 馃憤
Most helpful comment
@jbasko thanks for the ping on this. This will be fixed by #4164. 馃憤