Skip to content

Commit 5fc738e

Browse files
Commenting debugging information
1 parent 24c0ceb commit 5fc738e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/tests/io/test_iceberg.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
pytestmark = [pytest.mark.single_cpu]
2121

22+
"""
2223
# XXX Some tests fail in the CI because an empty .pyiceberg file is found.
2324
# Checking here before importing the pyiceberg module, to provide better
2425
# error message
@@ -52,7 +53,7 @@ def check_pyiceberg_yaml_file():
5253
else:
5354
check_pyiceberg_yaml_file()
5455
# XXX End checks
55-
56+
"""
5657

5758
pyiceberg = pytest.importorskip("pyiceberg")
5859
pyiceberg_catalog = pytest.importorskip("pyiceberg.catalog")

0 commit comments

Comments
 (0)