From 2f6a018ca89429af7cbc6c6d0f21bb4c665d336f Mon Sep 17 00:00:00 2001 From: Simon Hawkins Date: Thu, 18 Aug 2022 15:19:04 +0000 Subject: [PATCH 1/3] hypothesis pin for travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ce95d87..63b1e32 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,7 +46,7 @@ before_install: - CONTAINER="wheels"; - BUILD_COMMIT=$BUILD_COMMIT; - BUILD_DEPENDS="$NP_BUILD_DEP $EXTRA_BUILD_DEP Cython" - - TEST_DEPENDS="$NP_TEST_DEP pytest pytest-xdist hypothesis" + - TEST_DEPENDS="$NP_TEST_DEP $TEST_DEPENDS" - source multibuild/common_utils.sh - source multibuild/travis_steps.sh - source extra_functions.sh From ed5d1ad5f1115cf75af71dee3c80e9a2bc4b3760 Mon Sep 17 00:00:00 2001 From: Simon Hawkins Date: Fri, 19 Aug 2022 09:36:03 +0000 Subject: [PATCH 2/3] test on main --- .travis.yml | 2 +- azure/posix.yml | 2 +- azure/windows.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 63b1e32..068d318 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ env: global: - REPO_DIR=pandas # on release change this to a version - - BUILD_COMMIT="v1.4.3" + - BUILD_COMMIT="main" - UNICODE_WIDTH=32 - PLAT=aarch64 - NP_BUILD_DEP="numpy==1.17.3" diff --git a/azure/posix.yml b/azure/posix.yml index 1596669..3f55bc6 100644 --- a/azure/posix.yml +++ b/azure/posix.yml @@ -9,7 +9,7 @@ jobs: vmImage: ${{ parameters.vmImage }} variables: REPO_DIR: "pandas" - BUILD_COMMIT: "v1.4.3" + BUILD_COMMIT: "main" PLAT: "x86_64" NP_BUILD_DEP: "numpy==1.17.3" CYTHON_BUILD_DEP: "cython==0.29.32" diff --git a/azure/windows.yml b/azure/windows.yml index b81d11d..61fe517 100644 --- a/azure/windows.yml +++ b/azure/windows.yml @@ -8,7 +8,7 @@ jobs: pool: vmImage: ${{ parameters.vmImage }} variables: - BUILD_COMMIT: "v1.4.3" + BUILD_COMMIT: "main" NP_BUILD_DEP: "1.17.3" CYTHON_BUILD_DEP: "0.29.32" NIGHTLY_BUILD_COMMIT: "main" From 41a5b95f1fb0f7d6c78517302a3c71672c20ffde Mon Sep 17 00:00:00 2001 From: Simon Hawkins Date: Fri, 19 Aug 2022 10:45:51 +0000 Subject: [PATCH 3/3] Revert "test on main" This reverts commit ed5d1ad5f1115cf75af71dee3c80e9a2bc4b3760. --- .travis.yml | 2 +- azure/posix.yml | 2 +- azure/windows.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 068d318..63b1e32 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ env: global: - REPO_DIR=pandas # on release change this to a version - - BUILD_COMMIT="main" + - BUILD_COMMIT="v1.4.3" - UNICODE_WIDTH=32 - PLAT=aarch64 - NP_BUILD_DEP="numpy==1.17.3" diff --git a/azure/posix.yml b/azure/posix.yml index 3f55bc6..1596669 100644 --- a/azure/posix.yml +++ b/azure/posix.yml @@ -9,7 +9,7 @@ jobs: vmImage: ${{ parameters.vmImage }} variables: REPO_DIR: "pandas" - BUILD_COMMIT: "main" + BUILD_COMMIT: "v1.4.3" PLAT: "x86_64" NP_BUILD_DEP: "numpy==1.17.3" CYTHON_BUILD_DEP: "cython==0.29.32" diff --git a/azure/windows.yml b/azure/windows.yml index 61fe517..b81d11d 100644 --- a/azure/windows.yml +++ b/azure/windows.yml @@ -8,7 +8,7 @@ jobs: pool: vmImage: ${{ parameters.vmImage }} variables: - BUILD_COMMIT: "main" + BUILD_COMMIT: "v1.4.3" NP_BUILD_DEP: "1.17.3" CYTHON_BUILD_DEP: "0.29.32" NIGHTLY_BUILD_COMMIT: "main"