Skip to content
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

Fix error while issuing DeprecationWarning for __multicall__ usage #77

Merged

Conversation

nicoddemus
Copy link
Member

Fix #75

@nicoddemus
Copy link
Member Author

nicoddemus commented Aug 30, 2017

Tests failed because I used the context manager version of pytest.deprecated_call in my test, and that is not available in older pytest versions.

But made me wonder, what's the point of running the pluggy test suite using older pytest versions? Up until now pytest vendored pluggy anyway. Should we just test using the latest pytest, or at least the last known good version?

@goodboy
Copy link
Contributor

goodboy commented Aug 31, 2017

@nicoddemus i'm cool with always using latest pytest 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants