From 79f0dcdedaff6193f3e7e71e4a1af1c0cc673b70 Mon Sep 17 00:00:00 2001 From: Arvid Jakobsson Date: Wed, 26 Apr 2023 12:52:06 +0200 Subject: [PATCH] Manifest: Tezt 3.1.0 --- manifest/main.ml | 2 +- opam/octez-alcotezt.opam | 2 +- opam/octez-bls12-381-polynomial.opam | 2 +- opam/octez-polynomial.opam | 2 +- opam/octez-smart-rollup-wasm-benchmark-lib.opam | 2 +- opam/octez-testnet-scenarios.opam | 2 +- opam/tezos-baking-016-PtMumbai.opam | 2 +- opam/tezos-baking-017-PtNairob.opam | 2 +- opam/tezos-baking-alpha.opam | 2 +- opam/tezos-base.opam | 2 +- opam/tezos-benchmark-tests.opam | 2 +- opam/tezos-clic.opam | 2 +- opam/tezos-client-016-PtMumbai.opam | 2 +- opam/tezos-client-017-PtNairob.opam | 2 +- opam/tezos-client-alpha.opam | 2 +- opam/tezos-client-base-unix.opam | 2 +- opam/tezos-client-base.opam | 2 +- opam/tezos-context.opam | 2 +- opam/tezos-crypto-dal.opam | 2 +- opam/tezos-crypto.opam | 2 +- opam/tezos-dac-017-PtNairob.opam | 2 +- opam/tezos-dac-alpha.opam | 2 +- opam/tezos-dac-node-lib-test.opam | 2 +- opam/tezos-dal-016-PtMumbai.opam | 2 +- opam/tezos-dal-017-PtNairob.opam | 2 +- opam/tezos-dal-alpha.opam | 2 +- opam/tezos-error-monad.opam | 2 +- opam/tezos-gossipsub-test.opam | 2 +- opam/tezos-hacl.opam | 2 +- opam/tezos-layer2-store.opam | 2 +- opam/tezos-lazy-containers-tests.opam | 2 +- opam/tezos-lwt-result-stdlib.opam | 2 +- opam/tezos-micheline-rewriting.opam | 2 +- opam/tezos-mockup.opam | 2 +- opam/tezos-openapi.opam | 2 +- opam/tezos-p2p.opam | 2 +- opam/tezos-protocol-016-PtMumbai-tests.opam | 2 +- opam/tezos-protocol-017-PtNairob-tests.opam | 2 +- opam/tezos-protocol-alpha-tests.opam | 2 +- opam/tezos-protocol-environment.opam | 2 +- opam/tezos-protocol-plugin-016-PtMumbai-tests.opam | 2 +- opam/tezos-protocol-plugin-017-PtNairob-tests.opam | 2 +- opam/tezos-protocol-plugin-alpha-tests.opam | 2 +- opam/tezos-proxy-server-config.opam | 2 +- opam/tezos-proxy.opam | 2 +- opam/tezos-requester.opam | 2 +- opam/tezos-rpc-http-server.opam | 2 +- opam/tezos-sapling.opam | 2 +- opam/tezos-sc-rollup-node-test.opam | 2 +- opam/tezos-scoru-wasm-regressions.opam | 2 +- opam/tezos-shell-context-test.opam | 2 +- opam/tezos-shell-services.opam | 2 +- opam/tezos-shell.opam | 2 +- opam/tezos-signer-backends.opam | 2 +- opam/tezos-stdlib-unix.opam | 2 +- opam/tezos-stdlib.opam | 2 +- opam/tezos-store.opam | 2 +- opam/tezos-tps-evaluation.opam | 2 +- opam/tezos-tree-encoding-test.opam | 2 +- opam/tezos-version.opam | 2 +- opam/tezos-webassembly-interpreter.opam | 2 +- opam/tezos-workers.opam | 2 +- opam/tezt-ethereum.opam | 2 +- opam/tezt-performance-regression.opam | 2 +- opam/tezt-tezos.opam | 2 +- opam/virtual/octez-deps.opam | 2 +- 66 files changed, 66 insertions(+), 66 deletions(-) diff --git a/manifest/main.ml b/manifest/main.ml index 1e6c7067b6af..7efdf9275748 100644 --- a/manifest/main.ml +++ b/manifest/main.ml @@ -397,7 +397,7 @@ let tezt_lib = external_lib ~js_compatible:false "tezt" - V.(at_least "3.0.0") + V.(at_least "3.1.0") ~main_module:"Tezt" let tezt_core_lib = diff --git a/opam/octez-alcotezt.opam b/opam/octez-alcotezt.opam index 92de02f5e009..62d9538082b3 100644 --- a/opam/octez-alcotezt.opam +++ b/opam/octez-alcotezt.opam @@ -10,7 +10,7 @@ license: "MIT" depends: [ "dune" { >= "3.0" } "ocaml" { >= "4.14" } - "tezt" { >= "3.0.0" } + "tezt" { >= "3.1.0" } ] build: [ ["rm" "-r" "vendors"] diff --git a/opam/octez-bls12-381-polynomial.opam b/opam/octez-bls12-381-polynomial.opam index d597ac3e32b5..2ef284e3f9ee 100644 --- a/opam/octez-bls12-381-polynomial.opam +++ b/opam/octez-bls12-381-polynomial.opam @@ -13,7 +13,7 @@ depends: [ "ppx_repr" { >= "0.6.0" } "bls12-381" { >= "6.1.0" & < "6.2.0" } "bigstringaf" { >= "0.5.0" } - "tezt" { with-test & >= "3.0.0" } + "tezt" { with-test & >= "3.1.0" } "octez-alcotezt" {with-test} "qcheck-alcotest" { with-test & >= "0.20" } "octez-polynomial" {with-test} diff --git a/opam/octez-polynomial.opam b/opam/octez-polynomial.opam index aaa40821f4ee..e2a19e799ea8 100644 --- a/opam/octez-polynomial.opam +++ b/opam/octez-polynomial.opam @@ -13,7 +13,7 @@ depends: [ "bls12-381" { >= "6.1.0" & < "6.2.0" } "bisect_ppx" { >= "2.7.0" } "zarith" { >= "1.12" & < "1.13" } - "tezt" { with-test & >= "3.0.0" } + "tezt" { with-test & >= "3.1.0" } "octez-mec" {with-test} "octez-alcotezt" {with-test} ] diff --git a/opam/octez-smart-rollup-wasm-benchmark-lib.opam b/opam/octez-smart-rollup-wasm-benchmark-lib.opam index 96536d1c76ed..559ea348c860 100644 --- a/opam/octez-smart-rollup-wasm-benchmark-lib.opam +++ b/opam/octez-smart-rollup-wasm-benchmark-lib.opam @@ -12,7 +12,7 @@ depends: [ "ocaml" { >= "4.14" } "ppx_deriving" "tezos-base" - "tezt" { >= "3.0.0" } + "tezt" { >= "3.1.0" } "tezos-webassembly-interpreter" "tezos-context" "tezos-scoru-wasm" diff --git a/opam/octez-testnet-scenarios.opam b/opam/octez-testnet-scenarios.opam index efac90b65446..c5cf9578a9cd 100644 --- a/opam/octez-testnet-scenarios.opam +++ b/opam/octez-testnet-scenarios.opam @@ -10,7 +10,7 @@ license: "MIT" depends: [ "dune" { >= "3.0" } "ocaml" { >= "4.14" } - "tezt" { >= "3.0.0" } + "tezt" { >= "3.1.0" } "tezt-tezos" ] build: [ diff --git a/opam/tezos-baking-016-PtMumbai.opam b/opam/tezos-baking-016-PtMumbai.opam index 3e26d967a786..13edf2584578 100644 --- a/opam/tezos-baking-016-PtMumbai.opam +++ b/opam/tezos-baking-016-PtMumbai.opam @@ -36,7 +36,7 @@ depends: [ "tezos-mockup" "tezos-mockup-proxy" "tezos-mockup-commands" - "tezt" { with-test & >= "3.0.0" } + "tezt" { with-test & >= "3.1.0" } "tezos-micheline" {with-test} "tezos-base-test-helpers" {with-test} "tezos-crypto" {with-test} diff --git a/opam/tezos-baking-017-PtNairob.opam b/opam/tezos-baking-017-PtNairob.opam index c856c058a989..131b95b09d27 100644 --- a/opam/tezos-baking-017-PtNairob.opam +++ b/opam/tezos-baking-017-PtNairob.opam @@ -37,7 +37,7 @@ depends: [ "tezos-mockup" "tezos-mockup-proxy" "tezos-mockup-commands" - "tezt" { with-test & >= "3.0.0" } + "tezt" { with-test & >= "3.1.0" } "tezos-micheline" {with-test} "tezos-base-test-helpers" {with-test} "tezos-crypto" {with-test} diff --git a/opam/tezos-baking-alpha.opam b/opam/tezos-baking-alpha.opam index e2711ed928ef..208f5a1f6a7c 100644 --- a/opam/tezos-baking-alpha.opam +++ b/opam/tezos-baking-alpha.opam @@ -37,7 +37,7 @@ depends: [ "tezos-mockup" "tezos-mockup-proxy" "tezos-mockup-commands" - "tezt" { with-test & >= "3.0.0" } + "tezt" { with-test & >= "3.1.0" } "tezos-micheline" {with-test} "tezos-base-test-helpers" {with-test} "tezos-crypto" {with-test} diff --git a/opam/tezos-base.opam b/opam/tezos-base.opam index deb35a0bfe99..11bc5d5371e4 100644 --- a/opam/tezos-base.opam +++ b/opam/tezos-base.opam @@ -24,7 +24,7 @@ depends: [ "uri" { >= "3.1.0" } "tezos-hacl" "tezos-stdlib-unix" - "tezt" { with-test & >= "3.0.0" } + "tezt" { with-test & >= "3.1.0" } "tezos-test-helpers" {with-test} "qcheck-alcotest" { with-test & >= "0.20" } "octez-alcotezt" {with-test} diff --git a/opam/tezos-benchmark-tests.opam b/opam/tezos-benchmark-tests.opam index 2f7622e316ad..068c5e5a13ab 100644 --- a/opam/tezos-benchmark-tests.opam +++ b/opam/tezos-benchmark-tests.opam @@ -10,7 +10,7 @@ license: "MIT" depends: [ "dune" { >= "3.0" } "ocaml" { >= "4.14" } - "tezt" { with-test & >= "3.0.0" } + "tezt" { with-test & >= "3.1.0" } "octez-alcotezt" {with-test} "tezos-base" {with-test} "tezos-stdlib-unix" {with-test} diff --git a/opam/tezos-clic.opam b/opam/tezos-clic.opam index e9f831c8e40f..97673e8c15f1 100644 --- a/opam/tezos-clic.opam +++ b/opam/tezos-clic.opam @@ -16,7 +16,7 @@ depends: [ "tezos-error-monad" "tezos-lwt-result-stdlib" "tezos-stdlib-unix" - "tezt" { with-test & >= "3.0.0" } + "tezt" { with-test & >= "3.1.0" } "octez-alcotezt" {with-test} ] build: [ diff --git a/opam/tezos-client-016-PtMumbai.opam b/opam/tezos-client-016-PtMumbai.opam index a38b3d232e82..da8eb2579684 100644 --- a/opam/tezos-client-016-PtMumbai.opam +++ b/opam/tezos-client-016-PtMumbai.opam @@ -30,7 +30,7 @@ depends: [ "tezos-client-commands" "tezos-client-base-unix" "tezos-crypto" - "tezt" { with-test & >= "3.0.0" } + "tezt" { with-test & >= "3.1.0" } "tezos-micheline" {with-test} "tezos-base-test-helpers" {with-test} "tezos-test-helpers" {with-test} diff --git a/opam/tezos-client-017-PtNairob.opam b/opam/tezos-client-017-PtNairob.opam index fc204ad66686..8f535f3adb7a 100644 --- a/opam/tezos-client-017-PtNairob.opam +++ b/opam/tezos-client-017-PtNairob.opam @@ -30,7 +30,7 @@ depends: [ "tezos-client-commands" "tezos-client-base-unix" "tezos-crypto" - "tezt" { with-test & >= "3.0.0" } + "tezt" { with-test & >= "3.1.0" } "tezos-micheline" {with-test} "tezos-base-test-helpers" {with-test} "tezos-test-helpers" {with-test} diff --git a/opam/tezos-client-alpha.opam b/opam/tezos-client-alpha.opam index 7a773bbe0bf7..952f469ce90f 100644 --- a/opam/tezos-client-alpha.opam +++ b/opam/tezos-client-alpha.opam @@ -30,7 +30,7 @@ depends: [ "tezos-client-commands" "tezos-client-base-unix" "tezos-crypto" - "tezt" { with-test & >= "3.0.0" } + "tezt" { with-test & >= "3.1.0" } "tezos-micheline" {with-test} "tezos-base-test-helpers" {with-test} "tezos-test-helpers" {with-test} diff --git a/opam/tezos-client-base-unix.opam b/opam/tezos-client-base-unix.opam index 10098be27673..2be528812529 100644 --- a/opam/tezos-client-base-unix.opam +++ b/opam/tezos-client-base-unix.opam @@ -26,7 +26,7 @@ depends: [ "tezos-signer-backends" "lwt-exit" "uri" { >= "3.1.0" } - "tezt" { with-test & >= "3.0.0" } + "tezt" { with-test & >= "3.1.0" } "tezos-base-test-helpers" {with-test} "octez-alcotezt" {with-test} ] diff --git a/opam/tezos-client-base.opam b/opam/tezos-client-base.opam index d83084477060..0d47055b3b5c 100644 --- a/opam/tezos-client-base.opam +++ b/opam/tezos-client-base.opam @@ -16,7 +16,7 @@ depends: [ "tezos-shell-services" "tezos-sapling" "uri" { >= "3.1.0" } - "tezt" { with-test & >= "3.0.0" } + "tezt" { with-test & >= "3.1.0" } "octez-alcotezt" {with-test} ] build: [ diff --git a/opam/tezos-context.opam b/opam/tezos-context.opam index cdbb4ec635eb..6bdbf4b6762d 100644 --- a/opam/tezos-context.opam +++ b/opam/tezos-context.opam @@ -18,7 +18,7 @@ depends: [ "fmt" { >= "0.8.7" } "bigstringaf" { >= "0.5.0" } "logs" - "tezt" { with-test & >= "3.0.0" } + "tezt" { with-test & >= "3.1.0" } "octez-alcotezt" {with-test} "tezos-test-helpers" {with-test} "qcheck-alcotest" { with-test & >= "0.20" } diff --git a/opam/tezos-crypto-dal.opam b/opam/tezos-crypto-dal.opam index cb03dc47c1f4..b4d4565ee8e1 100644 --- a/opam/tezos-crypto-dal.opam +++ b/opam/tezos-crypto-dal.opam @@ -16,7 +16,7 @@ depends: [ "tezos-crypto" "octez-bls12-381-polynomial" "lwt" { >= "5.6.0" } - "tezt" { with-test & >= "3.0.0" } + "tezt" { with-test & >= "3.1.0" } "octez-alcotezt" {with-test} "qcheck-alcotest" { with-test & >= "0.20" } "tezos-test-helpers" {with-test} diff --git a/opam/tezos-crypto.opam b/opam/tezos-crypto.opam index c90f724a9d0d..63e228f31d62 100644 --- a/opam/tezos-crypto.opam +++ b/opam/tezos-crypto.opam @@ -23,7 +23,7 @@ depends: [ "zarith_stubs_js" "bls12-381" { >= "6.1.0" & < "6.2.0" } "octez-bls12-381-signature" - "tezt" { with-test & >= "3.0.0" } + "tezt" { with-test & >= "3.1.0" } "octez-alcotezt" {with-test} "qcheck-alcotest" { with-test & >= "0.20" } "tezos-test-helpers" {with-test} diff --git a/opam/tezos-dac-017-PtNairob.opam b/opam/tezos-dac-017-PtNairob.opam index 56e93fcca9cb..1c6fd1dc4a21 100644 --- a/opam/tezos-dac-017-PtNairob.opam +++ b/opam/tezos-dac-017-PtNairob.opam @@ -19,7 +19,7 @@ depends: [ "tezos-client-017-PtNairob" "tezos-embedded-protocol-017-PtNairob" "tezos-protocol-017-PtNairob" - "tezt" { with-test & >= "3.0.0" } + "tezt" { with-test & >= "3.1.0" } "tezos-base-test-helpers" {with-test} "tezos-017-PtNairob-test-helpers" {with-test} "tezos-dac-node-lib" {with-test} diff --git a/opam/tezos-dac-alpha.opam b/opam/tezos-dac-alpha.opam index 4d08e27b0519..c9455e166f1b 100644 --- a/opam/tezos-dac-alpha.opam +++ b/opam/tezos-dac-alpha.opam @@ -19,7 +19,7 @@ depends: [ "tezos-client-alpha" "tezos-embedded-protocol-alpha" "tezos-protocol-alpha" - "tezt" { with-test & >= "3.0.0" } + "tezt" { with-test & >= "3.1.0" } "tezos-base-test-helpers" {with-test} "tezos-alpha-test-helpers" {with-test} "tezos-dac-node-lib" {with-test} diff --git a/opam/tezos-dac-node-lib-test.opam b/opam/tezos-dac-node-lib-test.opam index 81f47af2cc0c..655542591eb5 100644 --- a/opam/tezos-dac-node-lib-test.opam +++ b/opam/tezos-dac-node-lib-test.opam @@ -10,7 +10,7 @@ license: "MIT" depends: [ "dune" { >= "3.0" } "ocaml" { >= "4.14" } - "tezt" { with-test & >= "3.0.0" } + "tezt" { with-test & >= "3.1.0" } "tezos-stdlib" {with-test} "tezos-stdlib-unix" {with-test} "tezos-base" {with-test} diff --git a/opam/tezos-dal-016-PtMumbai.opam b/opam/tezos-dal-016-PtMumbai.opam index d3c522cad9dd..605da522474b 100644 --- a/opam/tezos-dal-016-PtMumbai.opam +++ b/opam/tezos-dal-016-PtMumbai.opam @@ -20,7 +20,7 @@ depends: [ "tezos-embedded-protocol-016-PtMumbai" "tezos-layer2-utils-016-PtMumbai" "tezos-protocol-016-PtMumbai" - "tezt" { with-test & >= "3.0.0" } + "tezt" { with-test & >= "3.1.0" } "tezos-base-test-helpers" {with-test} "tezos-016-PtMumbai-test-helpers" {with-test} "octez-alcotezt" {with-test} diff --git a/opam/tezos-dal-017-PtNairob.opam b/opam/tezos-dal-017-PtNairob.opam index 0fc44eef70f1..16046a2bfa47 100644 --- a/opam/tezos-dal-017-PtNairob.opam +++ b/opam/tezos-dal-017-PtNairob.opam @@ -20,7 +20,7 @@ depends: [ "tezos-embedded-protocol-017-PtNairob" "tezos-layer2-utils-017-PtNairob" "tezos-protocol-017-PtNairob" - "tezt" { with-test & >= "3.0.0" } + "tezt" { with-test & >= "3.1.0" } "tezos-base-test-helpers" {with-test} "tezos-017-PtNairob-test-helpers" {with-test} "octez-alcotezt" {with-test} diff --git a/opam/tezos-dal-alpha.opam b/opam/tezos-dal-alpha.opam index 48f0faecdaf6..d1f462a1a2ff 100644 --- a/opam/tezos-dal-alpha.opam +++ b/opam/tezos-dal-alpha.opam @@ -20,7 +20,7 @@ depends: [ "tezos-embedded-protocol-alpha" "tezos-layer2-utils-alpha" "tezos-protocol-alpha" - "tezt" { with-test & >= "3.0.0" } + "tezt" { with-test & >= "3.1.0" } "tezos-base-test-helpers" {with-test} "tezos-alpha-test-helpers" {with-test} "octez-alcotezt" {with-test} diff --git a/opam/tezos-error-monad.opam b/opam/tezos-error-monad.opam index 3074dc58273e..6f31fd2ec824 100644 --- a/opam/tezos-error-monad.opam +++ b/opam/tezos-error-monad.opam @@ -15,7 +15,7 @@ depends: [ "lwt-canceler" { >= "0.3" & < "0.4" } "lwt" { >= "5.6.0" } "tezos-lwt-result-stdlib" - "tezt" { with-test & >= "3.0.0" } + "tezt" { with-test & >= "3.1.0" } "octez-alcotezt" {with-test} ] conflicts: [ diff --git a/opam/tezos-gossipsub-test.opam b/opam/tezos-gossipsub-test.opam index 0e4a6b1d78f2..b065137c9999 100644 --- a/opam/tezos-gossipsub-test.opam +++ b/opam/tezos-gossipsub-test.opam @@ -13,7 +13,7 @@ depends: [ "fmt" { with-test & >= "0.8.7" } "tezos-base" {with-test} "tezos-gossipsub" {with-test} - "tezt" { with-test & >= "3.0.0" } + "tezt" { with-test & >= "3.1.0" } "qcheck-core" {with-test} "tezos-test-helpers" {with-test} ] diff --git a/opam/tezos-hacl.opam b/opam/tezos-hacl.opam index 2842571ca4ec..9880b606890e 100644 --- a/opam/tezos-hacl.opam +++ b/opam/tezos-hacl.opam @@ -15,7 +15,7 @@ depends: [ "ctypes_stubs_js" "ctypes" { >= "0.18.0" } "ezjsonm" { >= "1.1.0" } - "tezt" { with-test & >= "3.0.0" } + "tezt" { with-test & >= "3.1.0" } "tezos-stdlib" {with-test} "tezos-error-monad" {with-test} "tezos-lwt-result-stdlib" {with-test} diff --git a/opam/tezos-layer2-store.opam b/opam/tezos-layer2-store.opam index 0c69c9e4193b..8fc4e2162860 100644 --- a/opam/tezos-layer2-store.opam +++ b/opam/tezos-layer2-store.opam @@ -17,7 +17,7 @@ depends: [ "aches-lwt" { >= "1.0.0" } "tezos-stdlib-unix" "tezos-context" - "tezt" { with-test & >= "3.0.0" } + "tezt" { with-test & >= "3.1.0" } "tezos-error-monad" {with-test} "qcheck-alcotest" { with-test & >= "0.20" } "octez-alcotezt" {with-test} diff --git a/opam/tezos-lazy-containers-tests.opam b/opam/tezos-lazy-containers-tests.opam index 693fcef3a9db..3013dd304e5d 100644 --- a/opam/tezos-lazy-containers-tests.opam +++ b/opam/tezos-lazy-containers-tests.opam @@ -10,7 +10,7 @@ license: "MIT" depends: [ "dune" { >= "3.0" } "ocaml" { >= "4.14" } - "tezt" { with-test & >= "3.0.0" } + "tezt" { with-test & >= "3.1.0" } "tezos-lazy-containers" {with-test} "qcheck-core" {with-test} "qcheck-alcotest" { with-test & >= "0.20" } diff --git a/opam/tezos-lwt-result-stdlib.opam b/opam/tezos-lwt-result-stdlib.opam index 80c024b84a43..4407cba3664c 100644 --- a/opam/tezos-lwt-result-stdlib.opam +++ b/opam/tezos-lwt-result-stdlib.opam @@ -12,7 +12,7 @@ depends: [ "ocaml" { >= "4.14" } "lwt" { >= "5.6.0" } "seqes" { >= "0.2" } - "tezt" { with-test & >= "3.0.0" } + "tezt" { with-test & >= "3.1.0" } "octez-alcotezt" {with-test} "qcheck-alcotest" { with-test & >= "0.20" } "tezos-test-helpers" {with-test} diff --git a/opam/tezos-micheline-rewriting.opam b/opam/tezos-micheline-rewriting.opam index 4af25d947c49..a7640e10850d 100644 --- a/opam/tezos-micheline-rewriting.opam +++ b/opam/tezos-micheline-rewriting.opam @@ -16,7 +16,7 @@ depends: [ "tezos-crypto" "tezos-error-monad" "tezos-micheline" - "tezt" { with-test & >= "3.0.0" } + "tezt" { with-test & >= "3.1.0" } "tezos-protocol-alpha" {with-test} "tezos-client-alpha" {with-test} ] diff --git a/opam/tezos-mockup.opam b/opam/tezos-mockup.opam index 118cac5d9944..cd344f16d2e9 100644 --- a/opam/tezos-mockup.opam +++ b/opam/tezos-mockup.opam @@ -22,7 +22,7 @@ depends: [ "tezos-rpc-http" "tezos-rpc-http-client" "tezos-mockup-registration" - "tezt" { with-test & >= "3.0.0" } + "tezt" { with-test & >= "3.1.0" } "tezos-base-test-helpers" {with-test} "tezos-test-helpers" {with-test} "qcheck-alcotest" { with-test & >= "0.20" } diff --git a/opam/tezos-openapi.opam b/opam/tezos-openapi.opam index 89cf19c62e9f..844b879a754b 100644 --- a/opam/tezos-openapi.opam +++ b/opam/tezos-openapi.opam @@ -12,7 +12,7 @@ depends: [ "ocaml" { >= "4.14" } "ezjsonm" { >= "1.1.0" } "json-data-encoding" { >= "0.12" & < "0.13" } - "tezt" { >= "3.0.0" } + "tezt" { >= "3.1.0" } ] build: [ ["rm" "-r" "vendors"] diff --git a/opam/tezos-p2p.opam b/opam/tezos-p2p.opam index 2e713cf759e0..3eee0862e8b7 100644 --- a/opam/tezos-p2p.opam +++ b/opam/tezos-p2p.opam @@ -26,7 +26,7 @@ depends: [ "tezt-tezos" {with-test} "octez-alcotezt" {with-test} "astring" {with-test} - "tezt" { with-test & >= "3.0.0" } + "tezt" { with-test & >= "3.1.0" } ] build: [ ["rm" "-r" "vendors"] diff --git a/opam/tezos-protocol-016-PtMumbai-tests.opam b/opam/tezos-protocol-016-PtMumbai-tests.opam index 0e0e4e8ab89c..3758ea31f2d1 100644 --- a/opam/tezos-protocol-016-PtMumbai-tests.opam +++ b/opam/tezos-protocol-016-PtMumbai-tests.opam @@ -10,7 +10,7 @@ license: "MIT" depends: [ "dune" { >= "3.0" } "ocaml" { >= "4.14" } - "tezt" { with-test & >= "3.0.0" } + "tezt" { with-test & >= "3.1.0" } "tezos-context" {with-test} "octez-alcotezt" {with-test} "tezos-base" {with-test} diff --git a/opam/tezos-protocol-017-PtNairob-tests.opam b/opam/tezos-protocol-017-PtNairob-tests.opam index 62ba825d4aac..76e17a834c18 100644 --- a/opam/tezos-protocol-017-PtNairob-tests.opam +++ b/opam/tezos-protocol-017-PtNairob-tests.opam @@ -10,7 +10,7 @@ license: "MIT" depends: [ "dune" { >= "3.0" } "ocaml" { >= "4.14" } - "tezt" { with-test & >= "3.0.0" } + "tezt" { with-test & >= "3.1.0" } "tezos-context" {with-test} "octez-alcotezt" {with-test} "tezos-base" {with-test} diff --git a/opam/tezos-protocol-alpha-tests.opam b/opam/tezos-protocol-alpha-tests.opam index 69568ef93f48..2284a347bcd0 100644 --- a/opam/tezos-protocol-alpha-tests.opam +++ b/opam/tezos-protocol-alpha-tests.opam @@ -10,7 +10,7 @@ license: "MIT" depends: [ "dune" { >= "3.0" } "ocaml" { >= "4.14" } - "tezt" { with-test & >= "3.0.0" } + "tezt" { with-test & >= "3.1.0" } "tezos-context" {with-test} "octez-alcotezt" {with-test} "tezos-base" {with-test} diff --git a/opam/tezos-protocol-environment.opam b/opam/tezos-protocol-environment.opam index 3118275a9c56..7f3a76a9c833 100644 --- a/opam/tezos-protocol-environment.opam +++ b/opam/tezos-protocol-environment.opam @@ -28,7 +28,7 @@ depends: [ "tezos-micheline" "tezos-context" "tezos-event-logging" - "tezt" { with-test & >= "3.0.0" } + "tezt" { with-test & >= "3.1.0" } "octez-alcotezt" {with-test} "tezos-test-helpers" {with-test} "qcheck-alcotest" { with-test & >= "0.20" } diff --git a/opam/tezos-protocol-plugin-016-PtMumbai-tests.opam b/opam/tezos-protocol-plugin-016-PtMumbai-tests.opam index ca78afa10ffc..0c9924353ce5 100644 --- a/opam/tezos-protocol-plugin-016-PtMumbai-tests.opam +++ b/opam/tezos-protocol-plugin-016-PtMumbai-tests.opam @@ -10,7 +10,7 @@ license: "MIT" depends: [ "dune" { >= "3.0" } "ocaml" { >= "4.14" } - "tezt" { with-test & >= "3.0.0" } + "tezt" { with-test & >= "3.1.0" } "tezos-base" {with-test} "tezos-base-test-helpers" {with-test} "octez-alcotezt" {with-test} diff --git a/opam/tezos-protocol-plugin-017-PtNairob-tests.opam b/opam/tezos-protocol-plugin-017-PtNairob-tests.opam index c4c11e998740..a03593558319 100644 --- a/opam/tezos-protocol-plugin-017-PtNairob-tests.opam +++ b/opam/tezos-protocol-plugin-017-PtNairob-tests.opam @@ -10,7 +10,7 @@ license: "MIT" depends: [ "dune" { >= "3.0" } "ocaml" { >= "4.14" } - "tezt" { with-test & >= "3.0.0" } + "tezt" { with-test & >= "3.1.0" } "tezos-base" {with-test} "tezos-base-test-helpers" {with-test} "octez-alcotezt" {with-test} diff --git a/opam/tezos-protocol-plugin-alpha-tests.opam b/opam/tezos-protocol-plugin-alpha-tests.opam index cfc304235fc1..3e3328172204 100644 --- a/opam/tezos-protocol-plugin-alpha-tests.opam +++ b/opam/tezos-protocol-plugin-alpha-tests.opam @@ -10,7 +10,7 @@ license: "MIT" depends: [ "dune" { >= "3.0" } "ocaml" { >= "4.14" } - "tezt" { with-test & >= "3.0.0" } + "tezt" { with-test & >= "3.1.0" } "tezos-base" {with-test} "tezos-base-test-helpers" {with-test} "octez-alcotezt" {with-test} diff --git a/opam/tezos-proxy-server-config.opam b/opam/tezos-proxy-server-config.opam index 9a9cf74e7bfe..c795f6e3c9f0 100644 --- a/opam/tezos-proxy-server-config.opam +++ b/opam/tezos-proxy-server-config.opam @@ -13,7 +13,7 @@ depends: [ "tezos-base" "tezos-stdlib-unix" "uri" { >= "3.1.0" } - "tezt" { with-test & >= "3.0.0" } + "tezt" { with-test & >= "3.1.0" } "tezos-test-helpers" {with-test} "qcheck-alcotest" { with-test & >= "0.20" } "octez-alcotezt" {with-test} diff --git a/opam/tezos-proxy.opam b/opam/tezos-proxy.opam index 11ff7a266a99..8e616003d7b5 100644 --- a/opam/tezos-proxy.opam +++ b/opam/tezos-proxy.opam @@ -21,7 +21,7 @@ depends: [ "tezos-context" "uri" { >= "3.1.0" } "tezos-mockup-proxy" - "tezt" { with-test & >= "3.0.0" } + "tezt" { with-test & >= "3.1.0" } "tezos-stdlib-unix" {with-test} "tezos-base-test-helpers" {with-test} "tezos-test-helpers" {with-test} diff --git a/opam/tezos-requester.opam b/opam/tezos-requester.opam index 6709a89bd661..f390ba8d1108 100644 --- a/opam/tezos-requester.opam +++ b/opam/tezos-requester.opam @@ -13,7 +13,7 @@ depends: [ "tezos-base" "tezos-stdlib-unix" "lwt-watcher" { = "0.2" } - "tezt" { with-test & >= "3.0.0" } + "tezt" { with-test & >= "3.1.0" } "tezos-test-helpers" {with-test} "tezos-base-test-helpers" {with-test} "tezos-stdlib" {with-test} diff --git a/opam/tezos-rpc-http-server.opam b/opam/tezos-rpc-http-server.opam index 499b7cf14cfa..5d2931677927 100644 --- a/opam/tezos-rpc-http-server.opam +++ b/opam/tezos-rpc-http-server.opam @@ -16,7 +16,7 @@ depends: [ "resto-acl" { >= "1.0" } "tezos-rpc" "tezos-rpc-http" - "tezt" { with-test & >= "3.0.0" } + "tezt" { with-test & >= "3.1.0" } "tezos-stdlib" {with-test} "tezos-test-helpers" {with-test} "tezos-base-test-helpers" {with-test} diff --git a/opam/tezos-sapling.opam b/opam/tezos-sapling.opam index 4fc76db48457..ff47dde48c1c 100644 --- a/opam/tezos-sapling.opam +++ b/opam/tezos-sapling.opam @@ -22,7 +22,7 @@ depends: [ "tezos-rust-libs" { = "1.5" } "tezos-lwt-result-stdlib" "tezos-hacl" {with-test} - "tezt" { with-test & >= "3.0.0" } + "tezt" { with-test & >= "3.1.0" } "tezos-base" {with-test} "tezos-stdlib-unix" {with-test} "tezos-base-test-helpers" {with-test} diff --git a/opam/tezos-sc-rollup-node-test.opam b/opam/tezos-sc-rollup-node-test.opam index 1388c0298152..6f807ae0ba75 100644 --- a/opam/tezos-sc-rollup-node-test.opam +++ b/opam/tezos-sc-rollup-node-test.opam @@ -28,7 +28,7 @@ depends: [ "tezos-client-alpha" "tezos-smart-rollup-layer2-alpha" "octez-smart-rollup-node-alpha" - "tezt" { with-test & >= "3.0.0" } + "tezt" { with-test & >= "3.1.0" } ] build: [ ["rm" "-r" "vendors"] diff --git a/opam/tezos-scoru-wasm-regressions.opam b/opam/tezos-scoru-wasm-regressions.opam index 0a6c17d99da9..62d2fb754245 100644 --- a/opam/tezos-scoru-wasm-regressions.opam +++ b/opam/tezos-scoru-wasm-regressions.opam @@ -17,7 +17,7 @@ depends: [ "tezos-scoru-wasm-helpers" "tezos-test-helpers" "tezos-protocol-alpha" - "tezt" { >= "3.0.0" } + "tezt" { >= "3.1.0" } ] build: [ ["rm" "-r" "vendors"] diff --git a/opam/tezos-shell-context-test.opam b/opam/tezos-shell-context-test.opam index b7699d47a923..c5075c83ae15 100644 --- a/opam/tezos-shell-context-test.opam +++ b/opam/tezos-shell-context-test.opam @@ -10,7 +10,7 @@ license: "MIT" depends: [ "dune" { >= "3.0" } "ocaml" { >= "4.14" } - "tezt" { with-test & >= "3.0.0" } + "tezt" { with-test & >= "3.1.0" } "tezos-shell-context" {with-test} "octez-alcotezt" {with-test} "tezos-test-helpers" {with-test} diff --git a/opam/tezos-shell-services.opam b/opam/tezos-shell-services.opam index f7bd8b2965d2..cbb7134383e9 100644 --- a/opam/tezos-shell-services.opam +++ b/opam/tezos-shell-services.opam @@ -15,7 +15,7 @@ depends: [ "tezos-p2p-services" "tezos-version" "tezos-context" - "tezt" { with-test & >= "3.0.0" } + "tezt" { with-test & >= "3.1.0" } "octez-alcotezt" {with-test} ] build: [ diff --git a/opam/tezos-shell.opam b/opam/tezos-shell.opam index cd6a912a83c8..f0cadc09966c 100644 --- a/opam/tezos-shell.opam +++ b/opam/tezos-shell.opam @@ -31,7 +31,7 @@ depends: [ "tezos-validation" "tezos-version" "lwt-exit" - "tezt" { with-test & >= "3.0.0" } + "tezt" { with-test & >= "3.1.0" } "tezos-base-test-helpers" {with-test} "tezos-embedded-protocol-demo-noops" {with-test} "tezos-event-logging-test-helpers" {with-test} diff --git a/opam/tezos-signer-backends.opam b/opam/tezos-signer-backends.opam index f2c926df0900..163307e11a7b 100644 --- a/opam/tezos-signer-backends.opam +++ b/opam/tezos-signer-backends.opam @@ -23,7 +23,7 @@ depends: [ "tezos-clic" "tezos-stdlib-unix" "tezos-rpc-http-client-unix" - "tezt" { with-test & >= "3.0.0" } + "tezt" { with-test & >= "3.1.0" } "tezos-error-monad" {with-test} "tezos-crypto" {with-test} "octez-alcotezt" {with-test} diff --git a/opam/tezos-stdlib-unix.opam b/opam/tezos-stdlib-unix.opam index 742948cc186f..1a90160f0045 100644 --- a/opam/tezos-stdlib-unix.opam +++ b/opam/tezos-stdlib-unix.opam @@ -26,7 +26,7 @@ depends: [ "lwt_log" "conf-libev" "uri" { >= "3.1.0" } - "tezt" { with-test & >= "3.0.0" } + "tezt" { with-test & >= "3.1.0" } "tezos-test-helpers" {with-test} "qcheck-alcotest" { with-test & >= "0.20" } "octez-alcotezt" {with-test} diff --git a/opam/tezos-stdlib.opam b/opam/tezos-stdlib.opam index f3bd79d8188e..ca8bdb8b22cb 100644 --- a/opam/tezos-stdlib.opam +++ b/opam/tezos-stdlib.opam @@ -16,7 +16,7 @@ depends: [ "zarith_stubs_js" "lwt" { >= "5.6.0" } "aches" { >= "1.0.0" } - "tezt" { with-test & >= "3.0.0" } + "tezt" { with-test & >= "3.1.0" } "octez-alcotezt" {with-test} "bigstring" {with-test} "tezos-test-helpers" {with-test} diff --git a/opam/tezos-store.opam b/opam/tezos-store.opam index 20258dea31cc..48006b8c751c 100644 --- a/opam/tezos-store.opam +++ b/opam/tezos-store.opam @@ -32,7 +32,7 @@ depends: [ "tar-unix" { >= "2.0.1" & < "3.0.0" } "prometheus" { >= "1.2" } "tezos-rpc" - "tezt" { with-test & >= "3.0.0" } + "tezt" { with-test & >= "3.1.0" } "tezos-embedded-protocol-demo-noops" {with-test} "tezos-embedded-protocol-genesis" {with-test} "tezos-embedded-protocol-alpha" {with-test} diff --git a/opam/tezos-tps-evaluation.opam b/opam/tezos-tps-evaluation.opam index 444a9ad1d215..015a2029903f 100644 --- a/opam/tezos-tps-evaluation.opam +++ b/opam/tezos-tps-evaluation.opam @@ -20,7 +20,7 @@ depends: [ "tezos-client-alpha" "tezos-client-base-unix" "tezos-protocol-alpha" - "tezt" { >= "3.0.0" } + "tezt" { >= "3.1.0" } "tezt-tezos" "tezt-performance-regression" "uri" { >= "3.1.0" } diff --git a/opam/tezos-tree-encoding-test.opam b/opam/tezos-tree-encoding-test.opam index a9a48952d188..928c1bc74fac 100644 --- a/opam/tezos-tree-encoding-test.opam +++ b/opam/tezos-tree-encoding-test.opam @@ -10,7 +10,7 @@ license: "MIT" depends: [ "dune" { >= "3.0" } "ocaml" { >= "4.14" } - "tezt" { with-test & >= "3.0.0" } + "tezt" { with-test & >= "3.1.0" } "tezos-base" {with-test} "tezos-tree-encoding" {with-test} "tezos-context" {with-test} diff --git a/opam/tezos-version.opam b/opam/tezos-version.opam index 169b52f81c73..38f2358a7b7d 100644 --- a/opam/tezos-version.opam +++ b/opam/tezos-version.opam @@ -13,7 +13,7 @@ depends: [ "ppx_deriving" "tezos-base" "dune-configurator" - "tezt" { with-test & >= "3.0.0" } + "tezt" { with-test & >= "3.1.0" } "octez-alcotezt" {with-test} ] build: [ diff --git a/opam/tezos-webassembly-interpreter.opam b/opam/tezos-webassembly-interpreter.opam index c1e6271a2c4b..491d3c7137f5 100644 --- a/opam/tezos-webassembly-interpreter.opam +++ b/opam/tezos-webassembly-interpreter.opam @@ -16,7 +16,7 @@ depends: [ "tezos-error-monad" "zarith" { >= "1.12" & < "1.13" } "tezos-lazy-containers" - "tezt" { with-test & >= "3.0.0" } + "tezt" { with-test & >= "3.1.0" } "octez-alcotezt" {with-test} ] build: [ diff --git a/opam/tezos-workers.opam b/opam/tezos-workers.opam index a90fc3e0be03..69c0dbd304a0 100644 --- a/opam/tezos-workers.opam +++ b/opam/tezos-workers.opam @@ -12,7 +12,7 @@ depends: [ "ocaml" { >= "4.14" } "tezos-base" "tezos-stdlib-unix" - "tezt" { with-test & >= "3.0.0" } + "tezt" { with-test & >= "3.1.0" } "tezos-stdlib" {with-test} "tezos-test-helpers" {with-test} "tezos-base-test-helpers" {with-test} diff --git a/opam/tezt-ethereum.opam b/opam/tezt-ethereum.opam index a014b5cad322..20380aa50c5a 100644 --- a/opam/tezt-ethereum.opam +++ b/opam/tezt-ethereum.opam @@ -10,7 +10,7 @@ license: "MIT" depends: [ "dune" { >= "3.0" } "ocaml" { >= "4.14" } - "tezt" { >= "3.0.0" } + "tezt" { >= "3.1.0" } "tezt-performance-regression" ] build: [ diff --git a/opam/tezt-performance-regression.opam b/opam/tezt-performance-regression.opam index 4fa48ea18b46..52afbb5ecb5d 100644 --- a/opam/tezt-performance-regression.opam +++ b/opam/tezt-performance-regression.opam @@ -10,7 +10,7 @@ license: "MIT" depends: [ "dune" { >= "3.0" } "ocaml" { >= "4.14" } - "tezt" { >= "3.0.0" } + "tezt" { >= "3.1.0" } "uri" { >= "3.1.0" } "cohttp-lwt-unix" { >= "4.0.0" } ] diff --git a/opam/tezt-tezos.opam b/opam/tezt-tezos.opam index d9be3f18f1b7..d3c4bb2ea9f0 100644 --- a/opam/tezt-tezos.opam +++ b/opam/tezt-tezos.opam @@ -10,7 +10,7 @@ license: "MIT" depends: [ "dune" { >= "3.0" } "ocaml" { >= "4.14" } - "tezt" { >= "3.0.0" } + "tezt" { >= "3.1.0" } "tezt-performance-regression" "uri" { >= "3.1.0" } "hex" { >= "1.3.0" } diff --git a/opam/virtual/octez-deps.opam b/opam/virtual/octez-deps.opam index 786ef8d6396d..0666edbaced0 100644 --- a/opam/virtual/octez-deps.opam +++ b/opam/virtual/octez-deps.opam @@ -92,7 +92,7 @@ depends: [ "tar" "tar-unix" { >= "2.0.1" & < "3.0.0" } "tezos-rust-libs" { = "1.5" } - "tezt" { >= "3.0.0" } + "tezt" { >= "3.1.0" } "tls-lwt" { >= "0.16.0" } "uri" { >= "3.1.0" } "uutf" -- GitLab