Pin pytest-cases<3.8.2 - #14756
Merged
Merged
Conversation
bdice
approved these changes
Jan 13, 2024
karthikeyann
approved these changes
Jan 14, 2024
Contributor
|
/merge |
1 similar comment
Contributor
|
/merge |
raydouglass
approved these changes
Jan 16, 2024
Contributor
|
Thanks all! 🙏 |
3 tasks
rapids-bot Bot
pushed a commit
that referenced
this pull request
Jan 18, 2024
Reverts changes from #14756. * updates `cudf`'s tests to be compatible with the latest `pytest-cases` ([version 3.8.2](https://pypi.org/project/pytest-cases/#history)) * puts a floor of `pytest-cases>=3.8.2` on that project to be sure older versions aren't used Authors: - James Lamb (https://github.com/jameslamb) Approvers: - Matthew Roeschke (https://github.com/mroeschke) - Vyas Ramasubramani (https://github.com/vyasr) - Ray Douglass (https://github.com/raydouglass) URL: #14764
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Appears in the pytest-cases 3.8.2, there's a requirement that automatically finding
casesmust be in a file namedtest_*, when historically looks like we usebench_*https://github.com/smarie/python-pytest-cases/pull/320/files
Checklist