Skip to content

Conversation

@bluetech
Copy link
Member

@bluetech bluetech commented Nov 4, 2025

Fixes #13409 by deprecating non-Collection argvalues as described in the issue. The deprecation is both in runtime and in type checking time (via the new @warning.deprecated decorator, though it's not enabled in mypy by default yet).

@psf-chronographer psf-chronographer bot added the bot:chronographer:provided (automation) changelog entry is part of PR label Nov 4, 2025
@bluetech
Copy link
Member Author

bluetech commented Nov 4, 2025

TODO: Avoid showing the two overloads for Metafunc.parameterize in the API reference.

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

Labels

bot:chronographer:provided (automation) changelog entry is part of PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Deprecate iterables which are not collections (e.g. generators) for tests parametrization

1 participant