Skip to content

MAINT: fix pytest depreciation warning - #855

Open
cfauchereau wants to merge 1 commit into
PyWavelets:mainfrom
cfauchereau:fix-pytest-depreciation
Open

MAINT: fix pytest depreciation warning#855
cfauchereau wants to merge 1 commit into
PyWavelets:mainfrom
cfauchereau:fix-pytest-depreciation

Conversation

@cfauchereau

Copy link
Copy Markdown

Since pytest 9.1, using non-Collection iterables in @pytest.mark.parametrize is deprecated (see https://docs.pytest.org/en/stable/deprecations.html#parametrize-iterators).

Fortunately, it is easily fixable by converting the iterable to a list as suggested in pytest documentation.

This should fix the recently failing CI jobs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant