diff --git a/pixi.toml b/pixi.toml index 1d95615..d4aca49 100644 --- a/pixi.toml +++ b/pixi.toml @@ -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" diff --git a/xfails.txt b/xfails.txt index d433236..7ebaa3c 100644 --- a/xfails.txt +++ b/xfails.txt @@ -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