From ed481b7a16b63037c0e765087cc8f4ba782cb6a3 Mon Sep 17 00:00:00 2001 From: lykimq Date: Mon, 20 Feb 2023 18:17:19 +0100 Subject: [PATCH] Alcotezt: port [src/proto_/lib_protocol/test/helpers]" --- manifest/main.ml | 1 - opam/tezos-015-PtLimaPt-test-helpers.opam | 1 - opam/tezos-016-PtMumbai-test-helpers.opam | 1 - opam/tezos-alpha-test-helpers.opam | 1 - src/proto_015_PtLimaPt/lib_protocol/test/helpers/dune | 1 - src/proto_016_PtMumbai/lib_protocol/test/helpers/dune | 1 - src/proto_alpha/lib_protocol/test/helpers/dune | 1 - 7 files changed, 7 deletions(-) diff --git a/manifest/main.ml b/manifest/main.ml index 4876d0aff063..0f1a5046c71a 100644 --- a/manifest/main.ml +++ b/manifest/main.ml @@ -4712,7 +4712,6 @@ module Protocol = Protocol ~opam_only_deps:[octez_protocol_environment; parameters |> if_some] ~deps: [ - alcotest_lwt; qcheck_alcotest; octez_test_helpers |> open_; octez_base |> open_ ~m:"TzPervasives" diff --git a/opam/tezos-015-PtLimaPt-test-helpers.opam b/opam/tezos-015-PtLimaPt-test-helpers.opam index d315039c5bca..c9770ba9a15b 100644 --- a/opam/tezos-015-PtLimaPt-test-helpers.opam +++ b/opam/tezos-015-PtLimaPt-test-helpers.opam @@ -10,7 +10,6 @@ license: "MIT" depends: [ "dune" { >= "3.0" } "ocaml" { >= "4.14" } - "alcotest-lwt" { >= "1.5.0" } "qcheck-alcotest" { >= "0.20" } "tezos-test-helpers" "tezos-base" diff --git a/opam/tezos-016-PtMumbai-test-helpers.opam b/opam/tezos-016-PtMumbai-test-helpers.opam index 6f1f1d6cb1f2..8b75dc573add 100644 --- a/opam/tezos-016-PtMumbai-test-helpers.opam +++ b/opam/tezos-016-PtMumbai-test-helpers.opam @@ -10,7 +10,6 @@ license: "MIT" depends: [ "dune" { >= "3.0" } "ocaml" { >= "4.14" } - "alcotest-lwt" { >= "1.5.0" } "qcheck-alcotest" { >= "0.20" } "tezos-test-helpers" "tezos-base" diff --git a/opam/tezos-alpha-test-helpers.opam b/opam/tezos-alpha-test-helpers.opam index 28b43b89b5b8..869b7e341e67 100644 --- a/opam/tezos-alpha-test-helpers.opam +++ b/opam/tezos-alpha-test-helpers.opam @@ -10,7 +10,6 @@ license: "MIT" depends: [ "dune" { >= "3.0" } "ocaml" { >= "4.14" } - "alcotest-lwt" { >= "1.5.0" } "qcheck-alcotest" { >= "0.20" } "tezos-test-helpers" "tezos-base" diff --git a/src/proto_015_PtLimaPt/lib_protocol/test/helpers/dune b/src/proto_015_PtLimaPt/lib_protocol/test/helpers/dune index dc3924b6c1ef..13bea27a49c9 100644 --- a/src/proto_015_PtLimaPt/lib_protocol/test/helpers/dune +++ b/src/proto_015_PtLimaPt/lib_protocol/test/helpers/dune @@ -6,7 +6,6 @@ (public_name tezos-015-PtLimaPt-test-helpers) (instrumentation (backend bisect_ppx)) (libraries - alcotest-lwt qcheck-alcotest tezos-test-helpers tezos-base diff --git a/src/proto_016_PtMumbai/lib_protocol/test/helpers/dune b/src/proto_016_PtMumbai/lib_protocol/test/helpers/dune index 6f78575884d3..9d1ea997fc9e 100644 --- a/src/proto_016_PtMumbai/lib_protocol/test/helpers/dune +++ b/src/proto_016_PtMumbai/lib_protocol/test/helpers/dune @@ -6,7 +6,6 @@ (public_name tezos-016-PtMumbai-test-helpers) (instrumentation (backend bisect_ppx)) (libraries - alcotest-lwt qcheck-alcotest tezos-test-helpers tezos-base diff --git a/src/proto_alpha/lib_protocol/test/helpers/dune b/src/proto_alpha/lib_protocol/test/helpers/dune index 3e0944a77d23..e4336ec7c6fd 100644 --- a/src/proto_alpha/lib_protocol/test/helpers/dune +++ b/src/proto_alpha/lib_protocol/test/helpers/dune @@ -6,7 +6,6 @@ (public_name tezos-alpha-test-helpers) (instrumentation (backend bisect_ppx)) (libraries - alcotest-lwt qcheck-alcotest tezos-test-helpers tezos-base -- GitLab