Get rid of test-helpers feature in sc-consensus-babe (#8486)

This is not really required and having a special `test-helpers` feature
is a bad idea anyway.
This commit is contained in:
Bastian Köcher
2021-03-30 08:10:54 +02:00
committed by GitHub
parent fb73a4eef6
commit 2998b42311
4 changed files with 24 additions and 58 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ sp-trie = { version = "3.0.0", default-features = false, path = "../../../primit
[dev-dependencies]
sc-keystore = { version = "3.0.0", path = "../../../client/keystore" }
sc-consensus = { version = "0.9.0", path = "../../../client/consensus/common" }
sc-consensus-babe = { version = "0.9.0", features = ["test-helpers"], path = "../../../client/consensus/babe" }
sc-consensus-babe = { version = "0.9.0", path = "../../../client/consensus/babe" }
sc-consensus-epochs = { version = "0.9.0", path = "../../../client/consensus/epochs" }
sc-service-test = { version = "2.0.0", path = "../../../client/service/test" }
futures = "0.3.9"