mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
Throw error if deprecated decodestring
is used
This commit is contained in:
parent
02cc130166
commit
2fe8e46e2e
@ -8,4 +8,4 @@ warningfilters=module |.* |DeprecationWarning |notebook.*
|
||||
ignore |.*schema.* |UserWarning |nbfor.*
|
||||
ignore |The 'warn' method is deprecated, use 'warning' instead | DeprecationWarning |notebook.*
|
||||
error |encodestring\(\) is a deprecated alias, use encodebytes\(\)| DeprecationWarning | notebook.*
|
||||
|
||||
error |decodestring\(\) is a .*| DeprecationWarning | notebook.*
|
||||
|
Loading…
Reference in New Issue
Block a user