From e10df007b3ee7e91c685cd72aef26c69db0e1bca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lum=C3=ADr=20=27Frenzy=27=20Balhar?= Date: Thu, 18 Feb 2021 08:49:10 +0100 Subject: [PATCH] Remove configuration for nosetests from setup.cfg --- setup.cfg | 9 --------- 1 file changed, 9 deletions(-) diff --git a/setup.cfg b/setup.cfg index f347ba636..07b2037c3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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.*