From 953189a27dfc09ade106a83a546f98806e0b07e5 Mon Sep 17 00:00:00 2001 From: Vivek Nayak Date: Tue, 18 Jul 2023 14:47:02 -0700 Subject: [PATCH 1/3] Add t --- recipe/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 683ee307d8..da607f47c4 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -31,6 +31,7 @@ requirements: # This might no longer hold true but keep it just to avoid it from biting us again - libffi <=3.4.4 - pyyaml + - pytest-timeout test: imports: From 78723e3aa813be55916745a838024bae4e4e394a Mon Sep 17 00:00:00 2001 From: Vivek Nayak Date: Tue, 18 Jul 2023 14:55:38 -0700 Subject: [PATCH 2/3] install timeout library to fips env --- ci/test_fips.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/test_fips.sh b/ci/test_fips.sh index 438f1a572c..5b46821ff2 100755 --- a/ci/test_fips.sh +++ b/ci/test_fips.sh @@ -13,6 +13,7 @@ source fips_env/bin/activate export OPENSSL_FIPS=1 pip install -U setuptools pip pip install "${SNOWPARK_WHL}[pandas,secure-local-storage,development]" "cryptography<3.3.0" --force-reinstall --no-binary cryptography +pip install "pytest-timeout" echo "!!! Environment description !!!" echo "Default installed OpenSSL version" From 8442d4edaba6020e2ca46d732591d30fb77bde57 Mon Sep 17 00:00:00 2001 From: Vivek Nayak Date: Tue, 18 Jul 2023 14:57:05 -0700 Subject: [PATCH 3/3] Update meta.yaml --- recipe/meta.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index da607f47c4..683ee307d8 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -31,7 +31,6 @@ requirements: # This might no longer hold true but keep it just to avoid it from biting us again - libffi <=3.4.4 - pyyaml - - pytest-timeout test: imports: