From 39b973b8d504bc3b02a44a0ecf6afc1c386089ae Mon Sep 17 00:00:00 2001 From: Anurag Soni Date: Sun, 21 Aug 2022 22:03:58 -0400 Subject: [PATCH] Disable tests for release --- core/test/dune | 4 ++-- dune-project | 8 ++------ shuttle_ssl.opam | 4 ++-- 3 files changed, 6 insertions(+), 10 deletions(-) diff --git a/core/test/dune b/core/test/dune index effba7b..f3d9246 100644 --- a/core/test/dune +++ b/core/test/dune @@ -1,7 +1,7 @@ (library (name shuttle_test) - (package shuttle) - (inline_tests) + ; (package shuttle) + ; (inline_tests) (preprocess (pps ppx_jane)) (libraries core async shuttle)) diff --git a/dune-project b/dune-project index 7c6270e..acd72dd 100644 --- a/dune-project +++ b/dune-project @@ -24,13 +24,9 @@ (shuttle (= :version)) (ppx_jane - (and - (>= v0.14) - (< v0.16))) + (>= v0.14)) (async_ssl - (and - (>= v0.14) - (< v0.16))))) + (>= v0.14)))) (package (name shuttle) diff --git a/shuttle_ssl.opam b/shuttle_ssl.opam index 70ebdc4..fac221f 100644 --- a/shuttle_ssl.opam +++ b/shuttle_ssl.opam @@ -11,8 +11,8 @@ depends: [ "dune" {>= "2.8"} "ocaml" {>= "4.11.0"} "shuttle" {= version} - "ppx_jane" {>= "v0.14" & < "v0.16"} - "async_ssl" {>= "v0.14" & < "v0.16"} + "ppx_jane" {>= "v0.14"} + "async_ssl" {>= "v0.14"} "odoc" {with-doc} ] build: [