pytest-dev / pytest-timeout

MIT License
216 stars 64 forks source link

Triggers a pytest-warning on Pytest 3.0+ #16

Closed pytest-timeout-bot closed 6 years ago

pytest-timeout-bot commented 8 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 .

pytest-timeout-bot commented 6 years ago

Original comment by Floris Bruynooghe (Bitbucket: flub, GitHub: flub).


The multicall use was removed in a release sometime.