Commit 62a222e
committed
MAINT: simplify running tests with SKIP_DTYPES=float64
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.py1 parent 66e8cad commit 62a222e
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
28 | 33 | | |
29 | 34 | | |
30 | 35 | | |
| |||
0 commit comments