-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PendingDeprecationWarning: generator 'pytest_pycollect_makeitem' raised StopIteration #38
Comments
@RonnyPfannschmidt @5j9 this is due to PEP 479 which is in full here. So it's the underlying hookwrapper which is triggering this warning not In this case the default implementation of
@RonnyPfannschmidt I believe and issue with |
Correct, thanks for investigation |
@RonnyPfannschmidt pretty sure this can be closed now? |
Yep, thanks for the ping! |
Fixed in pytest-dev/pytest#2226 |
Hi,
I'm getting lots of these warnings when running some of the pywikibot tests using pytest and python 3.5.
See: https://travis-ci.org/wikimedia/pywikibot-core/jobs/167265098#L493
The text was updated successfully, but these errors were encountered: