Skip to content

Commit b721cf6

Browse files
committed
build: buidl stackslib and deps with "testing" feature so we can use stackslib test code in integration tests
1 parent 6ed83d0 commit b721cf6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

testnet/stacks-node/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,20 @@ warp = "0.3.5"
4343
tokio = "1.15"
4444
reqwest = { version = "0.11", default-features = false, features = ["blocking", "json", "rustls", "rustls-tls"] }
4545
clarity = { path = "../../clarity", features = ["default", "testing"]}
46+
rstest = "0.17.0"
47+
rstest_reuse = "0.5.0"
4648
stacks-common = { path = "../../stacks-common", features = ["default", "testing"] }
4749
stacks = { package = "stackslib", path = "../../stackslib", features = ["default", "testing"] }
4850
stacks-signer = { path = "../../stacks-signer", features = ["testing"] }
51+
stx-genesis = { path = "../../stx-genesis", features = ["testing"] }
52+
stdext = "0.3.1"
4953
tracing = "0.1.37"
5054
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
5155
wsts = {workspace = true}
5256
mutants = "0.0.3"
5357
tiny_http = "0.12.0"
5458
http-types = "2.12"
59+
rlimit = "0.10.2"
5560

5661
[[bin]]
5762
name = "stacks-node"

0 commit comments

Comments
 (0)