We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aace72 commit ae1605fCopy full SHA for ae1605f
.github/workflows/test.yml
@@ -28,6 +28,6 @@ jobs:
28
env:
29
ARRAY_API_TESTS_MODULE: array_api_strict
30
run: |
31
- pytest -v -rxXfE --skips-file array-api-strict-skips.txt array_api_tests/ --hypothesis-disable-deadline
+ pytest -v -rxXfE --skips-file array-api-strict-skips.txt array_api_tests/
32
# We also have internal tests that isn't really necessary for adopters
33
pytest -v -rxXfE meta_tests/
0 commit comments