-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Deprecation Roadmap
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.
We will drop support for Python 2.6 as soon as pip does, which will happen with pip 10.0.
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 conftests themselfes are activated/deactivatd based on path, but the plugins they depend on arent
Deprecated in ??