Skip to content

Commit

Permalink
Don't run meta tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adityagoel4512 committed Jan 31, 2025
1 parent d86f7dc commit 4f6570c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ test = "pytest"
test-coverage = "pytest --cov=ndonnx --cov-report=xml --cov-report=term-missing"

[feature.test.tasks.arrayapitests]
cmd = "python -m pytest array-api-tests/ -v --disable-extension linalg --disable-deadline --skips-file=skips.txt --xfails-file=xfails.txt --json-report --json-report-file=api-coverage-tests.json -nauto"
cmd = "python -m pytest array-api-tests/array_api_tests/ -v -k 'not meta_tests' --disable-extension linalg --disable-deadline --skips-file=skips.txt --xfails-file=xfails.txt --json-report --json-report-file=api-coverage-tests.json -nauto"
[feature.test.tasks.arrayapitests.env]
ARRAY_API_TESTS_MODULE = "ndonnx"
ARRAY_API_TESTS_VERSION = "2023.12"
Expand Down
7 changes: 0 additions & 7 deletions xfails.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@
array_api_tests/test_searching_functions.py::test_argmin
array_api_tests/test_searching_functions.py::test_argmax

# Requires a distinct scalar type or zero-dim coercion.
array-api-tests/meta_tests/test_array_helpers.py::test_exactly_equal
array-api-tests/meta_tests/test_array_helpers.py::test_notequal

# Requires complex
array-api-tests/meta_tests/test_hypothesis_helpers.py::test_specified_kwargs

array_api_tests/test_constants.py::test_newaxis
array_api_tests/test_creation_functions.py::test_eye
array_api_tests/test_creation_functions.py::test_meshgrid
Expand Down

0 comments on commit 4f6570c

Please sign in to comment.