File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 43
43
# waiting on NumPy to allow/revert distinct NaNs for np.unique
44
44
# https://github.com/numpy/numpy/issues/20326#issuecomment-1012380448
45
45
array_api_tests/test_set_functions.py
46
+
47
+ # missing copy arg
48
+ array_api_tests/test_signatures.py::test_func_signature[reshape]
49
+
46
50
# https://github.com/numpy/numpy/issues/21211
47
51
array_api_tests/test_special_cases.py::test_iop[__iadd__(x1_i is -0 and x2_i is -0) -> -0]
48
52
# https://github.com/numpy/numpy/issues/21213
Original file line number Diff line number Diff line change 10
10
from ._array_module import mod as xp
11
11
from .stubs import array_methods , category_to_funcs , extension_to_funcs
12
12
13
+ pytestmark = pytest .mark .ci
14
+
13
15
kind_to_str : Dict [Parameter , str ] = {
14
16
Parameter .POSITIONAL_OR_KEYWORD : "normal argument" ,
15
17
Parameter .POSITIONAL_ONLY : "pos-only argument" ,
You can’t perform that action at this time.
0 commit comments