File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 37
37
description : Multiline string of environment variables to set for the test run.
38
38
39
39
env :
40
- PYTEST_ARGS : " --max-examples 1000 -v -rxXfE --ci ${{ inputs.pytest-extra-args }} --hypothesis-disable-deadline --durations 20"
40
+ PYTEST_ARGS : " --max-examples 1000 -v -rxXfE ${{ inputs.pytest-extra-args }} --hypothesis-disable-deadline --durations 20"
41
41
42
42
jobs :
43
43
tests :
Original file line number Diff line number Diff line change @@ -134,6 +134,7 @@ array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_sc
134
134
array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_scalars_real[copysign]
135
135
array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_scalars_real[pow]
136
136
array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_scalars_real[minimum]
137
+ array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_scalars_real[atan2]
137
138
138
139
array_api_tests/test_operators_and_elementwise_functions.py::test_where_with_scalars
139
140
You can’t perform that action at this time.
0 commit comments