We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ce1f76 commit 6b016e6Copy full SHA for 6b016e6
1 file changed
python/tests/test_pickle_multiprocessing.py
@@ -85,7 +85,8 @@ def _skip_if_multiprocessing_unavailable():
85
"fork",
86
marks=pytest.mark.skipif(
87
sys.platform in ("darwin", "win32"),
88
- reason="fork start method is not supported on Windows and unsafe with PyArrow/tokio on macOS",
+ reason="fork start method is not supported on Windows "
89
+ "and unsafe with PyArrow/tokio on macOS",
90
),
91
92
pytest.param(
0 commit comments