File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 3737 description : Multiline string of environment variables to set for the test run.
3838
3939env :
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"
4141
4242jobs :
4343 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
134134array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_scalars_real[copysign]
135135array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_scalars_real[pow]
136136array_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]
137138
138139array_api_tests/test_operators_and_elementwise_functions.py::test_where_with_scalars
139140
You can’t perform that action at this time.
0 commit comments