Skip to content

Commit

Permalink
remove incontainer, not working in ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
Omega359 committed Dec 19, 2024
1 parent 345fddc commit 7198a05
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions datafusion/sqllogictest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand Down

0 comments on commit 7198a05

Please sign in to comment.