Skip to content

Commit 6917b30

Browse files
Merge branch 'read_iceberg' of github.com:datapythonista/pandas into read_iceberg
2 parents 74a1e65 + 7dd054b commit 6917b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/test_iceberg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
from pandas.io.iceberg import read_iceberg
1818

19-
pytestmark = [pytest.mark.single_cpu]
19+
pytestmark = pytest.mark.single_cpu
2020

2121
pyiceberg = pytest.importorskip("pyiceberg")
2222
pyiceberg_catalog = pytest.importorskip("pyiceberg.catalog")

0 commit comments

Comments
 (0)