We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24c0ceb commit 5fc738eCopy full SHA for 5fc738e
pandas/tests/io/test_iceberg.py
@@ -19,6 +19,7 @@
19
20
pytestmark = [pytest.mark.single_cpu]
21
22
+"""
23
# XXX Some tests fail in the CI because an empty .pyiceberg file is found.
24
# Checking here before importing the pyiceberg module, to provide better
25
# error message
@@ -52,7 +53,7 @@ def check_pyiceberg_yaml_file():
52
53
else:
54
check_pyiceberg_yaml_file()
55
# XXX End checks
-
56
57
58
pyiceberg = pytest.importorskip("pyiceberg")
59
pyiceberg_catalog = pytest.importorskip("pyiceberg.catalog")
0 commit comments