Skip to content

Commit 65dc8c1

Browse files
committed
Add CI marker to test_dtype_functions.py
1 parent fd21315 commit 65dc8c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

array_api_tests/test_data_type_functions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
from .algos import broadcast_shapes
1414
from .typing import DataType
1515

16+
pytestmark = pytest.mark.ci
17+
1618

1719
def float32(n: Union[int, float]) -> float:
1820
return struct.unpack("!f", struct.pack("!f", float(n)))[0]

0 commit comments

Comments
 (0)