Remove configuration for nosetests from setup.cfg

pull/5986/head
Lumír 'Frenzy' Balhar 5 years ago committed by GitHub
parent 6a3f4a79dd
commit e10df007b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,12 +3,3 @@ 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.*

Loading…
Cancel
Save