Add changelog entry explicitly deprecating old-style classes from pytest API

Related to #2147
This commit is contained in:
Bruno Oliveira 2017-06-24 00:37:40 -03:00
parent bab18e10eb
commit 655d44b413
1 changed files with 1 additions and 0 deletions

1
changelog/2147.removal Normal file
View File

@ -0,0 +1 @@
All old-style specific behavior in current classes in the pytest's API is considered deprecated at this point and will be removed in a future release. This affects Python 2 users only and in rare situations.