File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ test = pytest
2121
2222[tool:pytest]
2323doctest_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]
You can’t perform that action at this time.
0 commit comments