summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_session.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_session.py b/tests/test_session.py
index 8e5e82bb2..582a7ed4a 100644
--- a/tests/test_session.py
+++ b/tests/test_session.py
@@ -564,6 +564,10 @@ class Test_manage_changed(unittest.TestCase):
class TestPickleSerializer(unittest.TestCase):
+ """
+ .. deprecated:: 2.0
+ """
+
def _makeOne(self):
from pyramid.session import PickleSerializer