mirror of
https://github.com/jupyter/notebook.git
synced 2024-11-27 03:20:27 +08:00
13039db1a6
Closes #4765 Fixes 2768
15 lines
653 B
INI
15 lines
653 B
INI
[bdist_wheel]
|
|
universal=0
|
|
|
|
[metadata]
|
|
license_file = LICENSE
|
|
|
|
[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.*
|
|
error |decodestring\(\) is a .*| DeprecationWarning | notebook.*
|