8000 MAINT: remove --ci pytest switch · data-apis/array-api-compat@12f5ff2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 12f5ff2

Browse files
committed
MAINT: remove --ci pytest switch
The warning says it's deprecated.
1 parent ff0e22a commit 12f5ff2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/array-api-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ on:
3737
description: Multiline string of environment variables to set for the test run.
3838

3939
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"
4141

4242
jobs:
4343
tests:

numpy-1-22-xfails.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_sc
134134
array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_scalars_real[copysign]
135135
array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_scalars_real[pow]
136136
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]
137138

138139
array_api_tests/test_operators_and_elementwise_functions.py::test_where_with_scalars
139140

0 commit comments

Comments
 (0)
0