-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
Lines 174 to 179 in 606cc4d
#### Extensions | |
By default, tests for the optional Array API extensions such as | |
[`linalg`](https://data-apis.org/array-api/latest/extensions/linear_algebra_functions.html) | |
will be skipped if not present in the specified array module. You can purposely | |
skip testing extension(s) via the `--disable-extension` option. |
seems false. See https://github.com/mdhaber/marray/actions/runs/12521857195/job/34929420471?pr=47, which runs pytest -v -rxXfE --ci --max-examples=100 --derandomize --disable-deadline array_api_tests/
Metadata
Metadata
Assignees
Labels
No labels
Activity
lucascolley commentedon Dec 28, 2024
perhaps
array-api-tests/array_api_tests/test_has_names.py
Lines 26 to 28 in 606cc4d
should be using
enabled_extensions
from herearray-api-tests/conftest.py
Lines 20 to 23 in 606cc4d
lucascolley commentedon Dec 28, 2024
it seems that
test_has_names
doesn't take--disable-extension
into account when it is set either.ev-br commentedon Jan 1, 2025
PR most welcome!