This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new 02a76daa72 Update rstest_reuse requirement from 0.6.0 to 0.7.0 (#10733)
02a76daa72 is described below
commit 02a76daa72ec4c98ed63bd4eb4523e011cc7e610
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri May 31 06:56:39 2024 -0400
Update rstest_reuse requirement from 0.6.0 to 0.7.0 (#10733)
* 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](https://github.com/la10736/rstest/compare/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]>
---
datafusion/physical-plan/Cargo.toml | 2 +-
datafusion/physical-plan/src/lib.rs | 4 ----
2 files changed, 1 insertion(+), 5 deletions(-)
diff --git a/datafusion/physical-plan/Cargo.toml
b/datafusion/physical-plan/Cargo.toml
index dac2a24d35..4292f95fe4 100644
--- a/datafusion/physical-plan/Cargo.toml
+++ b/datafusion/physical-plan/Cargo.toml
@@ -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",
diff --git a/datafusion/physical-plan/src/lib.rs
b/datafusion/physical-plan/src/lib.rs
index 739bff2cfa..bd77814bbb 100644
--- a/datafusion/physical-plan/src/lib.rs
+++ b/datafusion/physical-plan/src/lib.rs
@@ -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;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]