Skip to content

Commit 7dd054b

Browse files
Remove unneeded list when defining single cpu pytest mark
Co-authored-by: Matthew Roeschke <[email protected]>
1 parent 2ef6343 commit 7dd054b

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)