From 655d44b41347b97d53f86f91468bbd4e305b0048 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Sat, 24 Jun 2017 00:37:40 -0300 Subject: [PATCH] Add changelog entry explicitly deprecating old-style classes from pytest API Related to #2147 --- changelog/2147.removal | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/2147.removal diff --git a/changelog/2147.removal b/changelog/2147.removal new file mode 100644 index 000000000..d5f80a108 --- /dev/null +++ b/changelog/2147.removal @@ -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.