Skip to content

Commit f781be0

Browse files
committed
iter
1 parent b537a20 commit f781be0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

imblearn/utils/testing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def is_abstract(c):
5353
return True
5454

5555
all_classes = []
56-
modules_to_ignore = {"tests"}
56+
modules_to_ignore = {"tests", "dask"}
5757
root = str(Path(__file__).parent.parent)
5858
# Ignore deprecation warnings triggered at import time and from walking
5959
# packages

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ test = pytest
2121

2222
[tool:pytest]
2323
doctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS
24-
addopts =
24+
addopts =
2525
--ignore build_tools
2626
--ignore benchmarks
2727
--ignore doc
2828
--ignore examples
2929
--ignore maint_tools
3030
--doctest-modules
3131
-rs
32-
filterwarnings =
32+
filterwarnings =
3333
ignore:the matrix subclass:PendingDeprecationWarning
3434

3535
[flake8]

0 commit comments

Comments
 (0)