From 1bb9a475fd6d12a335aa9f11666f392c16e74d3e Mon Sep 17 00:00:00 2001 From: Patrick Hoefler Date: Wed, 3 Aug 2022 23:38:46 +0200 Subject: [PATCH 1/2] Pin hypothesis version --- ci/deps/actions-39.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/deps/actions-39.yaml b/ci/deps/actions-39.yaml index 8605a9f4520d7..9406ab0d2090c 100644 --- a/ci/deps/actions-39.yaml +++ b/ci/deps/actions-39.yaml @@ -26,7 +26,7 @@ dependencies: - fastparquet - fsspec - html5lib - - hypothesis + - hypothesis=6.52.3 - gcsfs - jinja2 - lxml From 0bfec7ba899cab0296a9416e3b456a8ea2143780 Mon Sep 17 00:00:00 2001 From: Patrick Hoefler Date: Wed, 3 Aug 2022 23:42:21 +0200 Subject: [PATCH 2/2] Pin hypothesis version --- ci/deps/actions-39.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/deps/actions-39.yaml b/ci/deps/actions-39.yaml index 9406ab0d2090c..d7288249fc766 100644 --- a/ci/deps/actions-39.yaml +++ b/ci/deps/actions-39.yaml @@ -26,7 +26,6 @@ dependencies: - fastparquet - fsspec - html5lib - - hypothesis=6.52.3 - gcsfs - jinja2 - lxml @@ -52,3 +51,5 @@ dependencies: - xlsxwriter - xlwt - zstandard + - pip: + - hypothesis==6.52.3