Closed pytest-timeout-bot closed 6 years ago
Original report by Adam Johnson (Bitbucket: AdamChainz, GitHub: AdamChainz).
I've seen:
WI1 /Users/adamj/Documents/Projects/raven-python/.tox/py27/lib/python2.7/site-packages/pytest_timeout.py:68 'pytest_runtest_protocol' hook uses deprecated __multicall__ argument
...on the raven-python test suite after Pytest 3.0 came out. See https://github.com/getsentry/raven-python/pull/839 .
raven-python
Original comment by Floris Bruynooghe (Bitbucket: flub, GitHub: flub).
The multicall use was removed in a release sometime.
Original report by Adam Johnson (Bitbucket: AdamChainz, GitHub: AdamChainz).
I've seen:
...on the
raven-python
test suite after Pytest 3.0 came out. See https://github.com/getsentry/raven-python/pull/839 .