We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
print
1 parent 8a59494 commit 41c338bCopy full SHA for 41c338b
array_api_tests/conftest.py
@@ -8,7 +8,6 @@
8
def pytest_collection_modifyitems(config, items):
9
"""Skips the faulty integer type promotion tests for pow-related functions"""
10
for item in items:
11
- print(item.name)
12
if r_int_pow_promotion.match(item.name):
13
item.add_marker(
14
pytest.mark.skip(
0 commit comments