Skip to content

Commit

Permalink
Update rstest_reuse requirement from 0.6.0 to 0.7.0 (apache#10733)
Browse files Browse the repository at this point in the history
* Update rstest_reuse requirement from 0.6.0 to 0.7.0

Updates the requirements on [rstest_reuse](https://github.com/la10736/rstest) to permit the latest version.
- [Release notes](https://github.com/la10736/rstest/releases)
- [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md)
- [Commits](la10736/rstest@0.6.0...0.7.0)

---
updated-dependencies:
- dependency-name: rstest_reuse
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Remove unused reuse

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrew Lamb <[email protected]>
  • Loading branch information
2 people authored and findepi committed Jul 16, 2024
1 parent 428a6a5 commit ff81266
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion datafusion/physical-plan/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ tokio = { workspace = true }

[dev-dependencies]
rstest = { workspace = true }
rstest_reuse = "0.6.0"
rstest_reuse = "0.7.0"
termtree = "0.4.1"
tokio = { workspace = true, features = [
"rt-multi-thread",
Expand Down
4 changes: 0 additions & 4 deletions datafusion/physical-plan/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -798,10 +798,6 @@ pub fn get_plan_string(plan: &Arc<dyn ExecutionPlan>) -> Vec<String> {
actual.iter().map(|elem| elem.to_string()).collect()
}

#[cfg(test)]
#[allow(clippy::single_component_path_imports)]
use rstest_reuse;

#[cfg(test)]
mod tests {
use std::any::Any;
Expand Down

0 comments on commit ff81266

Please sign in to comment.