Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue with explicit dependency when using parametrize groups. (Cherry-pick of #20768) #20779

Merged
merged 1 commit into from
Apr 17, 2024

Conversation

WorkerPants
Copy link
Member

When both a target and a explicitly provided dependency is using parametrize groups (the **parametrize(..) syntax), and the dependency does not explicitly provide the parametrization to use, pick the matching parametrization group with the target if available, rather than just the first one.

Closes #20739

…0768)

When both a target and a explicitly provided dependency is using
parametrize groups (the `**parametrize(..)` syntax), and the dependency
does not explicitly provide the parametrization to use, pick the
matching parametrization group with the target if available, rather than
just the first one.

Closes #20739
@WorkerPants WorkerPants added this to the 2.20.x milestone Apr 12, 2024
@WorkerPants WorkerPants added the category:bugfix Bug fixes for released features label Apr 12, 2024
@WorkerPants WorkerPants requested review from cognifloyd and kaos April 12, 2024 07:21
@huonw
Copy link
Contributor

huonw commented Apr 12, 2024

Potentially we should wait for 2.20.0 to be released and land this for 2.20.1 after?

@kaos
Copy link
Member

kaos commented Apr 15, 2024

Potentially we should wait for 2.20.0 to be released and land this for 2.20.1 after?

Works for me :)

@huonw
Copy link
Contributor

huonw commented Apr 17, 2024

2.20.0 is released now, so this is good to merge!

@kaos kaos merged commit c5c2e6d into 2.20.x Apr 17, 2024
24 checks passed
@kaos kaos deleted the cherry-pick-20768-to-2.20.x branch April 17, 2024 06:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:bugfix Bug fixes for released features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants