We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dbbe31 commit 8bc8102Copy full SHA for 8bc8102
tests/test_constants.py
@@ -174,7 +174,7 @@ def test_constant_dtype(dtype_index: int) -> None:
174
)
175
def test_constant_complex_dtype(dtype_index: int) -> None:
176
"""Test if constant_complex creates an array with the correct dtype."""
177
- if dtype_index not in [1, 3] or (dtype_index == 3 and not wrapper.get_dbl_support()):
+ if not
178
pytest.skip()
179
180
dtype = dtypes.c_api_value_to_dtype(dtype_index)
@@ -219,3 +219,4 @@ def test_constant_ulong_dtype() -> None:
219
assert dtypes.c_api_value_to_dtype(wrapper.get_type(result)) == dtype
220
else:
221
222
+
0 commit comments