Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
- name: Get the skips file
run: |
cd /tmp
git clone --depth 1 https://github.com/data-apis/array-api-strict.git
cd
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -28,6 +33,6 @@ jobs:
ARRAY_API_TESTS_MODULE: array_api_strict
ARRAY_API_STRICT_API_VERSION: 2024.12
run: |
pytest -v -rxXfE --skips-file array-api-strict-skips.txt array_api_tests/
pytest -v -rxXfE --skips-file=/tmp/array-api-strict/array-api-tests-xfails.txt array_api_tests/
# We also have internal tests that isn't really necessary for adopters
pytest -v -rxXfE meta_tests/
52 changes: 0 additions & 52 deletions array-api-strict-skips.txt

This file was deleted.