8000 MNT Ignore PendingDeprecationWarnings of matrix subclass with pytest … · scikit-learn/scikit-learn@b792382 · GitHub
[go: up one dir, main page]

Skip to content

Commit b792382

Browse files
NicolasHugrth
authored andcommitted
MNT Ignore PendingDeprecationWarnings of matrix subclass with pytest (#13076)
1 parent d0f63a7 commit b792382

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ addopts =
1313
--disable-pytest-warnings
1414
-rs
1515

16+
filterwarnings =
17+
ignore:the matrix subclass:PendingDeprecationWarning
18+
1619
[wheelhouse_uploader]
1720
artifact_indexes=
1821
# Wheels built by travis (only for specific tags):

0 commit comments

Comments
 (0)
0