Remove test dependecies on specific relay clients (#2898)

This commit is contained in:
Serban Iorga
2024-03-27 12:16:30 +01:00
committed by Bastian Köcher
parent 4aa9594dd3
commit f6e48f654b
4 changed files with 29 additions and 29 deletions
@@ -58,6 +58,4 @@ sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "mas
[dev-dependencies]
bp-rococo = { path = "../../chains/chain-rococo" }
pallet-transaction-payment = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
relay-bridge-hub-rococo-client = { path = "../../relay-clients/client-bridge-hub-rococo" }
relay-bridge-hub-westend-client = { path = "../../relay-clients/client-bridge-hub-westend" }
relay-rococo-client = { path = "../../relay-clients/client-rococo" }
relay-substrate-client = { path = "../client-substrate", features = ["test-helpers"] }