diff options
| author | jonathan vanasco <jonathan@2xlp.com> | 2019-11-04 16:59:41 -0500 |
|---|---|---|
| committer | jonathan vanasco <jonathan@2xlp.com> | 2019-11-05 16:51:10 -0500 |
| commit | 1d2b4fd13edc972dd4076500b1ec4cb972bef1c9 (patch) | |
| tree | 1ab8d633f8916a5190e33af62ca00aafacfef4ed /tests | |
| parent | bbc82eac577d2e8a8758df02431cf42df3cae298 (diff) | |
| download | pyramid-1d2b4fd13edc972dd4076500b1ec4cb972bef1c9.tar.gz pyramid-1d2b4fd13edc972dd4076500b1ec4cb972bef1c9.tar.bz2 pyramid-1d2b4fd13edc972dd4076500b1ec4cb972bef1c9.zip | |
deprecate PickleSerializer
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_session.py | 4 |
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 |
