We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5d5b55a + 989a2e3 commit adf7e2aCopy full SHA for adf7e2a
2 files changed
.github/workflows/test.yml
@@ -18,6 +18,11 @@ jobs:
18
uses: actions/setup-python@v6
19
with:
20
python-version: ${{ matrix.python-version }}
21
+ - name: Get the skips file
22
+ run: |
23
+ cd /tmp
24
+ git clone --depth 1 https://github.com/data-apis/array-api-strict.git
25
+ cd
26
- name: Install dependencies
27
run: |
28
python -m pip install --upgrade pip
@@ -28,6 +33,6 @@ jobs:
33
ARRAY_API_TESTS_MODULE: array_api_strict
29
34
ARRAY_API_STRICT_API_VERSION: 2024.12
30
35
31
- pytest -v -rxXfE --skips-file array-api-strict-skips.txt array_api_tests/
36
+ pytest -v -rxXfE --skips-file=/tmp/array-api-strict/array-api-tests-xfails.txt array_api_tests/
32
37
# We also have internal tests that isn't really necessary for adopters
38
pytest -v -rxXfE meta_tests/
array-api-strict-skips.txt
0 commit comments