mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-09 03:50:45 +08:00
12 lines
536 B
INI
12 lines
536 B
INI
[bdist_wheel]
|
|
universal=1
|
|
|
|
[nosetests]
|
|
warningfilters=module |.* |DeprecationWarning |notebook.*
|
|
default |.* | Warning | notebook.*
|
|
ignore |.*metadata.* |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.*
|
|
|