Skip to content

Commit 24f67f8

Browse files
committed
Don't skip test_has_names with --ci
1 parent c6cb4fd commit 24f67f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

array_api_tests/test_has_names.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
from .stubs import (array_attributes, array_methods, category_to_funcs,
1010
extension_to_funcs, EXTENSIONS)
1111

12+
pytestmark = pytest.mark.ci
13+
1214
has_name_params = []
1315
for ext, stubs in extension_to_funcs.items():
1416
for stub in stubs:

0 commit comments

Comments
 (0)