Skip to content

Fix error while issuing DeprecationWarning for __multicall__ usage#77

Merged
RonnyPfannschmidt merged 3 commits into
pytest-dev:masterfrom
nicoddemus:deprecated-warning-error
Aug 31, 2017
Merged

Fix error while issuing DeprecationWarning for __multicall__ usage#77
RonnyPfannschmidt merged 3 commits into
pytest-dev:masterfrom
nicoddemus:deprecated-warning-error

Conversation

@nicoddemus

Copy link
Copy Markdown
Member

Fix #75

@nicoddemus

nicoddemus commented Aug 30, 2017

Copy link
Copy Markdown
Member Author

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

goodboy commented Aug 31, 2017

Copy link
Copy Markdown
Contributor

@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