Skip to content

Commit 42a46d7

Browse files
committed
Fix test failures ignore FutureWarning
1 parent 1c6b786 commit 42a46d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ xfail_strict = True
6666
filterwarnings =
6767
error:Sparse:FutureWarning
6868
error:The SparseArray:FutureWarning
69+
ignore: the 'numpy' keyword is deprecated:FutureWarning
6970

7071
[coverage:run]
7172
branch = False

0 commit comments

Comments
 (0)