From e246809bcc2b802cf557f52b20024fc9480839cb Mon Sep 17 00:00:00 2001 From: Aaron Meurer Date: Thu, 27 Jun 2024 16:48:50 -0600 Subject: [PATCH 1/3] Remove the hypothesis pin on CI --- .github/workflows/array-api-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/array-api-tests.yml b/.github/workflows/array-api-tests.yml index ab7dbb8..36ef85c 100644 --- a/.github/workflows/array-api-tests.yml +++ b/.github/workflows/array-api-tests.yml @@ -42,7 +42,7 @@ jobs: fi python -m pip install ${GITHUB_WORKSPACE}/array-api-strict python -m pip install -r ${GITHUB_WORKSPACE}/array-api-tests/requirements.txt - python -m pip install hypothesis==6.97.1 + python -m pip install hypothesis - name: Run the array API testsuite env: ARRAY_API_TESTS_MODULE: array_api_strict From 34d1645b594d9851a44f42a4b429c2ccbeb5b69d Mon Sep 17 00:00:00 2001 From: Aaron Meurer Date: Thu, 27 Jun 2024 16:49:13 -0600 Subject: [PATCH 2/3] Test the array-api-tests branch without the data_too_large health checks disabled --- .github/workflows/array-api-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/array-api-tests.yml b/.github/workflows/array-api-tests.yml index 36ef85c..508ba82 100644 --- a/.github/workflows/array-api-tests.yml +++ b/.github/workflows/array-api-tests.yml @@ -28,6 +28,7 @@ jobs: repository: data-apis/array-api-tests submodules: 'true' path: array-api-tests + branch: revert-278-suppress-data_too_large - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5 with: From e88bd9987dc9bca92a3ba0dbef27194b15bb9c62 Mon Sep 17 00:00:00 2001 From: Aaron Meurer Date: Mon, 1 Jul 2024 12:13:15 -0600 Subject: [PATCH 3/3] Revert "Test the array-api-tests branch without the data_too_large health checks disabled" This reverts commit 34d1645b594d9851a44f42a4b429c2ccbeb5b69d. --- .github/workflows/array-api-tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/array-api-tests.yml b/.github/workflows/array-api-tests.yml index 508ba82..36ef85c 100644 --- a/.github/workflows/array-api-tests.yml +++ b/.github/workflows/array-api-tests.yml @@ -28,7 +28,6 @@ jobs: repository: data-apis/array-api-tests submodules: 'true' path: array-api-tests - branch: revert-278-suppress-data_too_large - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5 with: