Remove configuration for nosetests from setup.cfg

This commit is contained in:
Lumír 'Frenzy' Balhar 2021-02-18 08:49:10 +01:00 committed by GitHub
parent 6a3f4a79dd
commit e10df007b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.*