You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
618 B
12 lines
618 B
[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.*
|
|
error |decodestring\(\) is a .*| DeprecationWarning | notebook.*
|