From 7198a059ee0265530a1dad6f88dedaba8c3ed30b Mon Sep 17 00:00:00 2001 From: Bruce Ritchie Date: Thu, 19 Dec 2024 00:52:44 +0000 Subject: [PATCH] remove incontainer, not working in ci. --- datafusion/sqllogictest/Cargo.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/datafusion/sqllogictest/Cargo.toml b/datafusion/sqllogictest/Cargo.toml index 94397d32cc72..6baa55a63a72 100644 --- a/datafusion/sqllogictest/Cargo.toml +++ b/datafusion/sqllogictest/Cargo.toml @@ -75,13 +75,8 @@ postgres = [ "tokio-postgres", ] -# the following is required because in-container doesn't seem to pull this in correctly -[target.'cfg(target_os = "windows")'.dependencies] -winreg = "0.52" - [dev-dependencies] env_logger = { workspace = true } -in-container = "^1" tokio = { workspace = true, features = ["rt-multi-thread"] } [[test]]