Skip to content

Commit 8a999e1

Browse files
authored
fix: rstest is a DEV dependency (#19014)
## Which issue does this PR close? \- ## Rationale for this change No need to compile this for production, esp. for downstream users. ## What changes are included in this PR? Fix `Cargo.toml`. ## Are these changes tested? Still compiles & tests. ## Are there any user-facing changes? Less stuff to compile.
1 parent 901aaca commit 8a999e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

datafusion/core/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ parking_lot = { workspace = true }
152152
parquet = { workspace = true, optional = true, default-features = true }
153153
rand = { workspace = true }
154154
regex = { workspace = true }
155-
rstest = { workspace = true }
156155
serde = { version = "1.0", default-features = false, features = ["derive"], optional = true }
157156
sqlparser = { workspace = true, optional = true }
158157
tempfile = { workspace = true }

0 commit comments

Comments
 (0)