diff --git a/manifest/main.ml b/manifest/main.ml index 1e6c7067b6af06f3fc4ff6e8644b076491822a3d..7efdf9275748b207b112483e70fcb6fb00b1176c 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 92de02f5e009d231cd1c7afc6dff76db4a84bc8f..62d9538082b39746003ef40858c6a51f58e3ac51 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 d597ac3e32b5b1103924d7f98f4a023cd272f967..2ef284e3f9eec603306e61717eac13accb5171ac 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 aaa40821f4ee3658e039ad4a064d76b1fc6605d7..e2a19e799ea86407060a1b17130ee531647200e2 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 96536d1c76ed6de27b7bf0dac77606e3063aac7b..559ea348c86002c4a1a4f919168ee7c13caeb1e0 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 efac90b654463a899f6ef48a3880b84905d20467..c5cf9578a9cdd97cf385e68001135dd61b2c8839 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 3e26d967a7861207170a6b8253e6dab94b33b2fe..13edf2584578df6f3e12cecb1641c2db98248b0b 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 c856c058a989e632231a8b8b79f797d7df87aef8..131b95b09d273c60f000e3770d076b7caa098a7f 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 e2711ed928ef4da54aa17600e15a42d66c58b69d..208f5a1f6a7cc293f613f794db6d5bcf026f9f4b 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 deb35a0bfe9941e81850798f769579e72fbbb627..11bc5d5371e411a02390d7b6cc3c254e468977c4 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 2f7622e316ad2919926ac153933196940da32e8b..068c5e5a13ab8f82d2cf3737e8973b23d33be0e5 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 e9f831c8e40fa6ba284d86b6cf3ae2e896cc0c81..97673e8c15f1e688f41179185c93526dc88d77d7 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 a38b3d232e82c67c83a5b8ca38c24cd29e109f27..da8eb2579684ca37fe80b27269acbd6446aa1fc7 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 fc204ad66686c54fb0fefaccee80007737531371..8f535f3adb7a0d53b83852f5d0ce0aa98c5e4877 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 7a773bbe0bf7b41124198c13c059e707da40b559..952f469ce90f21a45e82f566f22f930913f5dcbb 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 10098be27673034f7e4f49b9198809833c37da36..2be528812529f24ac1a30957e86495bc893174a8 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 d830844770608505aeead593d45fa05e1c1d67df..0d47055b3b5cbbb9b1bfaf2007b1462b8a257fc8 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 cdbb4ec635eb30558bc778659b108c1994a3502d..6bdbf4b6762da9496d65763b4ed8300a17698b7e 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 cb03dc47c1f4c31ca5fe55b3f7bebeee3e98141d..b4d4565ee8e1fb29a20e6161917f304f5830ba04 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 c90f724a9d0d431a86f08f02571c9c94b03802c0..63e228f31d622182c634c37017dba584067d2545 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 56e93fcca9cbaf8f2f44d4ad52bb0fc9ea68d539..1c6fd1dc4a21d9d21b6ef056f49da002711f30a0 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 4d08e27b05194c9d28d62c146aebc24da72add70..c9455e166f1b20a3c1aac0bf03733a605e9a2a51 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 81f47af2cc0c4d863b72e0c2b2f2378cac832e2e..655542591eb550ae682f54b544630f4216965318 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 d3c522cad9dd9785e12f23353292e115474f02b7..605da522474bb223f6cc1351e58fe91677d3abf5 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 0fc44eef70f178f6b45a80470ff47cd9cd264325..16046a2bfa47b448c0648c34aae49a5f3573f560 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 48f0faecdaf6689151f6e3182cf061f599199152..d1f462a1a2ff1fa867d5f5ef9214e749355a778d 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 3074dc58273e649e34031965b8d93a669880157d..6f31fd2ec82422a802e33a2d527b0a766529779f 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 0e4a6b1d78f226d4ac8bf9fe36d0239b5f4fb847..b065137c9999ece8e438765e4938924b1c173452 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 2842571ca4ece769f0592f117d30c66aaea94564..9880b606890edfd2ec5f79c9c4f0fd10b9a2cc24 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 0c69c9e4193bdab1da56ca1831e4a291ea1cc357..8fc4e21628606fa14f0ea914be22c891b315d4f6 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 693fcef3a9db923d1c1477c3e701a0c09e295336..3013dd304e5d58d69206af2087aafae99528df0d 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 80c024b84a432e33709ce6a16e3feb596d364f31..4407cba3664c8ecad7c50852adb152d5a6ce4865 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 4af25d947c49ea2dfae667de78b9d9f13f9e9217..a7640e10850d1aa914b27a7fe21ef93ba28394a3 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 118cac5d99441619d8de4e18678565538117cd60..cd344f16d2e9123537937cda5044e872574b7625 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 89cf19c62e9f4bf4a952752df2bb0bdb2ffbb170..844b879a754bce0c2061f3f6b2b6a39a9301ea1a 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 2e713cf759e02775388d309cec85525cb4aa4e82..3eee0862e8b712ad2fd6639fe87f85c858492842 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 0e0e4e8ab89cf14a3b34f5e1b323bd46f232e5f6..3758ea31f2d1b7d5a32bf95f9abdbdc38d849e4b 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 62ba825d4aac62444091fb7f9cb36b83b5942b46..76e17a834c18924ae64a34ea13acc4e7079311c7 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 69568ef93f4839623deab8bf61b9ffdbba78100e..2284a347bcd030f0443fde5ad104f0fc4ab0434f 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 3118275a9c56db4660132cca3d174a2d88de5a36..7f3a76a9c833337c14a0d981764ccfd731f982b1 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 ca78afa10ffcb5e9d2a988924f445f90e3a5774b..0c9924353ce57c27c0e43fdebab4c5978b59f255 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 c4c11e99874063ae7bf115e4a94ed07d54400874..a035935583199aa17a651c2f9ff734adb3210d37 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 cfc304235fc15fee34188b2ab759d80ac535ba65..3e33281722041e6e3a2dc661a574d73b051fe6f6 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 9a9cf74e7bfed30284e4e98e68ebede10480480f..c795f6e3c9f04b6d550e2b6120a3215205462c52 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 11ff7a266a995043e8e77294f0bf8898259e237a..8e616003d7b55ddab32b56363038d3305a8d57b4 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 6709a89bd661b2c966009b45cccf01ca6ac240de..f390ba8d11084b6d219b25e123eec46acb04676e 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 499b7cf14cfa5467bc93d91c7fbe43243df862d6..5d29316779273431914e99b4dbb275f97342e848 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 4fc76db484572cfe0bae8eaf78ba7432f773228e..ff47dde48c1c13095125afad7b7dfdd9cf759cee 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 1388c02981524ea1480475e5188c8a6afc11f0ba..6f807ae0ba75c5165d1c305300624434d0bff9a2 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 0a6c17d99da9f1f2b9ce62ae3ef047f27c476ca5..62d2fb754245d37be92c3b950b7826ec9f54493c 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 b7699d47a923451997ca43b6b114a20f15416228..c5075c83ae159945f8b1f542f08f6844746a6cb9 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 f7bd8b2965d2e6993bff827feb09cd5e5b158ba1..cbb7134383e97b8ed97b9ca46b8067c63e961866 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 cd6a912a83c8fd83c995c1d2a086f4462b742bdd..f0cadc09966c43c674dd8a7380d0117305f046e2 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 f2c926df0900338eabce7e9fa21576f61f1e40ba..163307e11a7b8a79211fd4000b972d76f3081a00 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 742948cc186f5937e0f3936663c707beca971eb9..1a90160f004538409f05208eab1a4378ad677eaa 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 f3bd79d8188e3df4f6dfd34a250dc9f94c5d9ce3..ca8bdb8b22cb22d93faaca88253113855d6c8108 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 20258dea31ccbcb34814b47c95064579ec7adf9c..48006b8c751c8622008833516bd3541f780fcc4b 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 444a9ad1d215e7c6a81364b9dde1009b149b2d75..015a2029903fb1fa0eb4ae8692ee825ae64a3281 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 a9a48952d188582abdea94982e9a807e806e9b6a..928c1bc74fac066b48c694fe18a14642c0a795e3 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 169b52f81c73dd61c37f0df9745a49b588fe4dad..38f2358a7b7ddc4f9cb92fbd824f5c3d6c15eccc 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 c1e6271a2c4b7ede65d4597f10c43666ee56b96a..491d3c7137f562f98eb2769d4309bbc419378e82 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 a90fc3e0be03299a702e2243b1b42412cb8ce09e..69c0dbd304a0894f3b5128b2696743efc6a63f00 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 a014b5cad322e2f07193de92299ee044a8abb60a..20380aa50c5ab39c299fed6d537e02b747a6ef09 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 4fa48ea18b46b8733b2155e40d79e83db0d44c18..52afbb5ecb5def6621aa0fef10415fa6c260dcdf 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 d9be3f18f1b74a4b26ca8820dfb1218c3ba07864..d3c4bb2ea9f075bdb8d2aa18aef62f3b37570b43 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 786ef8d6396d3042648cff334c99ad6a166a86ae..0666edbaced00156636b9857aa3451bae19e72cd 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"