Skip to content

Commit 074b8ba

Browse files
TST: update message in skip_array_manager mark (pandas-dev#42877)
1 parent 226876a commit 074b8ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/util/_test_decorators.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,8 @@ def async_mark():
286286

287287

288288
skip_array_manager_not_yet_implemented = pytest.mark.skipif(
289-
get_option("mode.data_manager") == "array", reason="JSON C code relies on Blocks"
289+
get_option("mode.data_manager") == "array",
290+
reason="Not yet implemented for ArrayManager",
290291
)
291292

292293
skip_array_manager_invalid_test = pytest.mark.skipif(

0 commit comments

Comments
 (0)