Skip to content

MAINT: simplify running tests with SKIP_DTYPES=float64 #374

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 12, 2025

Conversation

ev-br
Copy link
Member

@ev-br ev-br commented May 11, 2025

With this patch,

$ ARRAY_API_TESTS_MODULE=array_api_compat.torch ARRAY_API_TESTS_SKIP_DTYPES=uint16,uint32,uint64,float64,complex128 pytest array_api_tests/  --skips-file=../array-api-compat/torch-xfails.txt -v

is passing modulo some minor failures in test_signatures.py

With this,

$ ARRAY_API_TESTS_MODULE=array_api_compat.torch ARRAY_API_TESTS_SKIP_DTYPES=uint16,uint32,uint64,float64,complex128 pytest array_api_tests/  --skips-file=../array-api-compat/torch-xfails.txt -v

is passing modulo some minor failures in test_signatures.py
@ev-br ev-br merged commit c847143 into data-apis:master May 12, 2025
4 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant