We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 379feea commit 9eb9232Copy full SHA for 9eb9232
pandas/tests/io/test_sql.py
@@ -60,6 +60,7 @@
60
pytest.mark.filterwarnings(
61
"ignore:Passing a BlockManager to DataFrame:DeprecationWarning"
62
),
63
+ pytest.mark.single_cpu,
64
]
65
66
0 commit comments