Skip to content

Commit a8f8fdc

Browse files
committed
More than signature tests are now implemented for 2023.12
1 parent c770c9b commit a8f8fdc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,6 @@ jobs:
5252
run: |
5353
# Parameterizing this in the CI matrix is wasteful. Just do a loop here.
5454
for ARRAY_API_STRICT_API_VERSION in ${API_VERSIONS}; do
55-
# Only signature tests work for now for 2023.12
56-
if [[ "$ARRAY_API_STRICT_API_VERSION" == "2023.12" ]]; then
57-
PYTEST_ARGS="${PYTEST_ARGS} -k signature
58-
fi
59-
6055
cd ${GITHUB_WORKSPACE}/array-api-tests
6156
pytest array_api_tests/ --skips-file ${GITHUB_WORKSPACE}/array-api-strict/array-api-tests-xfails.txt ${PYTEST_ARGS}
6257
done

0 commit comments

Comments
 (0)