Skip to content

Commit 1b64ca9

Browse files
feat(data-pipeline): Drop test-utils feature
1 parent aaceb7e commit 1b64ca9

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

data-pipeline/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ path = "benches/main.rs"
5151

5252
[dev-dependencies]
5353
criterion = "0.5.1"
54-
data-pipeline = { path = ".", features = ["test-utils"] }
5554
datadog-trace-utils = { path = "../trace-utils", features = ["test-utils"] }
5655
httpmock = "0.7.0"
5756
rand = "0.8.5"
@@ -62,6 +61,3 @@ tokio = { version = "1.23", features = [
6261
"time",
6362
"test-util",
6463
], default-features = false }
65-
66-
[features]
67-
test-utils = []

0 commit comments

Comments
 (0)