From e63ccd0e8f8e3273e06de2b54a459fdf5daac048 Mon Sep 17 00:00:00 2001 From: Simon Hawkins Date: Sat, 15 Jan 2022 13:25:20 +0000 Subject: [PATCH 1/2] [DO NOT MERGE] test wheel build status of 1.4.x branch --- .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 0cbe560..700b835 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.0rc0" + - BUILD_COMMIT="1.4.x" - UNICODE_WIDTH=32 - PLAT=aarch64 - NP_BUILD_DEP="numpy==1.17.3" diff --git a/azure/posix.yml b/azure/posix.yml index 64f31cb..090590a 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.0rc0" + BUILD_COMMIT: "1.4.x" PLAT: "x86_64" NP_BUILD_DEP: "numpy==1.17.3" CYTHON_BUILD_DEP: "cython==0.29.24" diff --git a/azure/windows.yml b/azure/windows.yml index 99e2323..4523824 100644 --- a/azure/windows.yml +++ b/azure/windows.yml @@ -8,7 +8,7 @@ jobs: pool: vmImage: ${{ parameters.vmImage }} variables: - BUILD_COMMIT: "v1.4.0rc0" + BUILD_COMMIT: "1.4.x" NP_BUILD_DEP: "1.17.3" CYTHON_BUILD_DEP: "0.29.24" NIGHTLY_BUILD_COMMIT: "main" From b0845f7dfc1f49a6d9f304ab2d1c835aabe71d06 Mon Sep 17 00:00:00 2001 From: Simon Hawkins Date: Thu, 18 Aug 2022 15:19:04 +0000 Subject: [PATCH 2/2] hypothesis pin for travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c38c912..23e4c9d 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