Skip to content

Remove deprecated implprefix support#271

Merged
goodboy merged 1 commit intopytest-dev:masterfrom
bluetech:rm-implprefix
Jun 7, 2020
Merged

Remove deprecated implprefix support#271
goodboy merged 1 commit intopytest-dev:masterfrom
bluetech:rm-implprefix

Conversation

@bluetech
Copy link
Member

@bluetech bluetech commented Jun 5, 2020

This has been deprecated for a while, let's remove it in pluggy 1.0.

Refs #116. Fixes #145.

pytest no longer uses it.

tox doesn't use it.

devpi mentions it with comment "support old plugins, but emit deprecation warnings", does so in a future-compatible manner however (doesn't pass the implprefix argument to PluginManager, which this PR removes, but sets _implprefix attribute instead, which this PR now ignores). devpi uses pluggy>=0.6.0,<1.0 so it's fine anyway.

Copy link
Contributor

@goodboy goodboy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Big 💯 from me.

@RonnyPfannschmidt should probably give this a serious once over.

@bluetech
Copy link
Member Author

bluetech commented Jun 6, 2020

Added "Fixes #145" to the PR description, missed it when I submitted the PR.

@goodboy goodboy merged commit 1107e65 into pytest-dev:master Jun 7, 2020
@bluetech bluetech deleted the rm-implprefix branch June 28, 2020 08:40
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.

Remove implprefix arg to PluginManager

3 participants