Skip to content

Commit 406be47

Browse files
authored
Merge pull request #5986 from frenzymadness/patch-1
Remove configuration for nosetests from setup.cfg
2 parents dc8b705 + e10df00 commit 406be47

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

setup.cfg

-9
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,3 @@ universal=0
33

44
[metadata]
55
license_file = LICENSE
6-
7-
[nosetests]
8-
warningfilters=module |.* |DeprecationWarning |notebook.*
9-
default |.* | Warning | notebook.*
10-
ignore |.*metadata.* |DeprecationWarning |notebook.*
11-
ignore |.*schema.* |UserWarning |nbfor.*
12-
ignore |The 'warn' method is deprecated, use 'warning' instead | DeprecationWarning |notebook.*
13-
error |encodestring\(\) is a deprecated alias, use encodebytes\(\)| DeprecationWarning | notebook.*
14-
error |decodestring\(\) is a .*| DeprecationWarning | notebook.*

0 commit comments

Comments
 (0)