Skip to content

Commit

Permalink
Make tests runnable
Browse files Browse the repository at this point in the history
  • Loading branch information
adityagoel4512 committed Jan 31, 2025
1 parent 581b913 commit 257a265
Showing 1 changed file with 1 addition and 1 deletion.
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 = "pytest array_api_tests/ -v -rfX --json-report --json-report-file=api-coverage-tests.json -n auto --disable-deadline --disable-extension linalg --skips-file=skips.txt --xfails-file=xfails.txt"
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"
[feature.test.tasks.arrayapitests.env]
ARRAY_API_TESTS_MODULE = "ndonnx"
ARRAY_API_TESTS_VERSION = "2023.12"
Expand Down

0 comments on commit 257a265

Please sign in to comment.