Don't publish test crates (#7588)

This commit is contained in:
Lulu
2023-08-14 16:31:13 +01:00
committed by GitHub
parent 2194b95708
commit 1a07354f5c
14 changed files with 14 additions and 0 deletions
@@ -1,6 +1,7 @@
[package] [package]
name = "polkadot-node-subsystem-test-helpers" name = "polkadot-node-subsystem-test-helpers"
description = "Subsystem traits and message definitions" description = "Subsystem traits and message definitions"
publish = false
version.workspace = true version.workspace = true
authors.workspace = true authors.workspace = true
edition.workspace = true edition.workspace = true
+1
View File
@@ -1,5 +1,6 @@
[package] [package]
name = "polkadot-test-client" name = "polkadot-test-client"
publish = false
version.workspace = true version.workspace = true
authors.workspace = true authors.workspace = true
edition.workspace = true edition.workspace = true
@@ -1,5 +1,6 @@
[package] [package]
name = "polkadot-performance-test" name = "polkadot-performance-test"
publish = false
version.workspace = true version.workspace = true
authors.workspace = true authors.workspace = true
edition.workspace = true edition.workspace = true
+1
View File
@@ -1,5 +1,6 @@
[package] [package]
name = "polkadot-test-service" name = "polkadot-test-service"
publish = false
version.workspace = true version.workspace = true
authors.workspace = true authors.workspace = true
edition.workspace = true edition.workspace = true
@@ -6,6 +6,7 @@ edition.workspace = true
license.workspace = true license.workspace = true
version.workspace = true version.workspace = true
authors.workspace = true authors.workspace = true
publish = false
[dependencies] [dependencies]
parachain = { package = "polkadot-parachain", path = "../../", default-features = false, features = [ "wasm-api" ] } parachain = { package = "polkadot-parachain", path = "../../", default-features = false, features = [ "wasm-api" ] }
@@ -1,6 +1,7 @@
[package] [package]
name = "test-parachain-adder-collator" name = "test-parachain-adder-collator"
description = "Collator for the adder test parachain" description = "Collator for the adder test parachain"
publish = false
version.workspace = true version.workspace = true
authors.workspace = true authors.workspace = true
edition.workspace = true edition.workspace = true
@@ -2,6 +2,7 @@
name = "test-parachain-halt" name = "test-parachain-halt"
description = "Test parachain which executes forever" description = "Test parachain which executes forever"
build = "build.rs" build = "build.rs"
publish = false
version.workspace = true version.workspace = true
authors.workspace = true authors.workspace = true
edition.workspace = true edition.workspace = true
@@ -2,6 +2,7 @@
name = "test-parachain-undying" name = "test-parachain-undying"
description = "Test parachain for zombienet integration tests" description = "Test parachain for zombienet integration tests"
build = "build.rs" build = "build.rs"
publish = false
version.workspace = true version.workspace = true
authors.workspace = true authors.workspace = true
edition.workspace = true edition.workspace = true
@@ -5,6 +5,7 @@ edition.workspace = true
license.workspace = true license.workspace = true
version.workspace = true version.workspace = true
authors.workspace = true authors.workspace = true
publish = false
[[bin]] [[bin]]
name = "undying-collator" name = "undying-collator"
@@ -1,5 +1,6 @@
[package] [package]
name = "polkadot-primitives-test-helpers" name = "polkadot-primitives-test-helpers"
publish = false
version.workspace = true version.workspace = true
authors.workspace = true authors.workspace = true
edition.workspace = true edition.workspace = true
+1
View File
@@ -1,6 +1,7 @@
[package] [package]
name = "polkadot-test-runtime" name = "polkadot-test-runtime"
build = "build.rs" build = "build.rs"
publish = false
version.workspace = true version.workspace = true
authors.workspace = true authors.workspace = true
edition.workspace = true edition.workspace = true
@@ -1,5 +1,6 @@
[package] [package]
name = "test-runtime-constants" name = "test-runtime-constants"
publish = false
version.workspace = true version.workspace = true
authors.workspace = true authors.workspace = true
edition.workspace = true edition.workspace = true
@@ -1,5 +1,6 @@
[package] [package]
name = "remote-ext-tests-bags-list" name = "remote-ext-tests-bags-list"
publish = false
version.workspace = true version.workspace = true
authors.workspace = true authors.workspace = true
edition.workspace = true edition.workspace = true
@@ -5,6 +5,7 @@ authors.workspace = true
edition.workspace = true edition.workspace = true
license.workspace = true license.workspace = true
version.workspace = true version.workspace = true
publish = false
[dependencies] [dependencies]
frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }