Skip to content

Fix test compatibility with pytest >= 9.1#384

Open
hrnciar wants to merge 1 commit into
samuelcolvin:mainfrom
hrnciar:patch-1
Open

Fix test compatibility with pytest >= 9.1#384
hrnciar wants to merge 1 commit into
samuelcolvin:mainfrom
hrnciar:patch-1

Conversation

@hrnciar

@hrnciar hrnciar commented Jun 24, 2026

Copy link
Copy Markdown

pytest 9.1 no longer accepts non-Collection iterables in parametrize. Wrap the generator function call with list() in test_docs.py.

Assisted-by: Claude Opus 4.6

pytest 9.1 no longer accepts non-Collection iterables in parametrize.
Wrap the generator function call with list() in test_docs.py.

Assisted-by: Claude Opus 4.6
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