Skip to content

Commit 982cdff

Browse files
committed
iter
1 parent 660c28e commit 982cdff

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

pixi.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,9 @@ filterwarnings = [
261261
# Turn deprecation warnings into errors
262262
"error::FutureWarning",
263263
"error::DeprecationWarning",
264+
265+
# raised by `joblib` in old versions
266+
"ignore:.*distutils Version classes are deprecated.*:DeprecationWarning",
264267
]
265268
addopts = "--doctest-modules --color=yes -rs"
266269
doctest_optionflags = "NORMALIZE_WHITESPACE ELLIPSIS"

0 commit comments

Comments
 (0)