-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Deprecation Roadmap
Bruno Oliveira edited this page Nov 15, 2017
·
13 revisions
This page lists deprecated features and when we plan to remove them. It is important to list the feature, the version where it got deprecated and the version we plan to remove it.
Following our deprecation policy, we should aim to keep features for at least two minor versions after it was considered deprecated.
Deprecated in 3.2.
Deprecated in 3.0.
deprecated in 3.2
Deprecated in 3.2.
Deprecated in 3.0.
See #830 for more information. Suggested alternative: pytest-tap.
Every code which issues the RemovedInPytest4Warning
should be removed.
There is a deep conceptual confusion as conftest.py
files themselves are activated/deactivated based on path, but the plugins they depend on aren't.
Not yet officially deprecated.