-
- Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
plugin: warningsrelated to the warnings builtin pluginrelated to the warnings builtin plugintype: deprecationfeature that will be removed in the futurefeature that will be removed in the future
Description
As discussed in #7362 (comment)_, let's change our warnings mechanism to include a new PytestExpiredDeprecationWarning
exception which is chosen at runtime depending on the current pytest version.
This will simplify our side because we won't need to change PytestDeprecationWarning
s into errors anymore before each major release.
Metadata
Metadata
Assignees
Labels
plugin: warningsrelated to the warnings builtin pluginrelated to the warnings builtin plugintype: deprecationfeature that will be removed in the futurefeature that will be removed in the future