Skip to content

Commit ae03786

Browse files
committed
TST: update xfails for the spec 2024.12 revision
1 parent 1aa4fd5 commit ae03786

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/array-api-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Array API Tests
33
on: [push, pull_request]
44

55
env:
6-
PYTEST_ARGS: "-v -rxXfE --ci --hypothesis-disable-deadline --max-examples 200"
7-
API_VERSIONS: "2022.12 2023.12 2024.12"
6+
PYTEST_ARGS: "-v -rxXfE --hypothesis-disable-deadline --max-examples 200"
7+
API_VERSIONS: "2023.12 2024.12"
88

99
jobs:
1010
array-api-tests:

array-api-tests-xfails.txt

+3
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ array_api_tests/test_special_cases.py::test_iop[__ifloordiv__(isfinite(x1_i) and
2626
# The test suite is incorrectly checking sums that have loss of significance
2727
# (https://github.com/data-apis/array-api-tests/issues/168)
2828
array_api_tests/test_statistical_functions.py::test_sum
29+
30+
array_api_tests/test_special_cases.py::test_nan_propagation[cumulative_prod]
31+

0 commit comments

Comments
 (0)