Skip to content

Commit 41c338b

Browse files
committed
Remove debug print statement
1 parent 8a59494 commit 41c338b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

array_api_tests/conftest.py

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
def pytest_collection_modifyitems(config, items):
99
"""Skips the faulty integer type promotion tests for pow-related functions"""
1010
for item in items:
11-
print(item.name)
1211
if r_int_pow_promotion.match(item.name):
1312
item.add_marker(
1413
pytest.mark.skip(

0 commit comments

Comments
 (0)