pitrou commented on code in PR #37097:
URL: https://github.com/apache/arrow/pull/37097#discussion_r1295847066
##########
python/pyarrow/tests/test_fs.py:
##########
@@ -439,6 +438,28 @@ def allow_append_to_file(request, filesystem_config):
return filesystem_config['allow_append_to_file']
[email protected](
+ params=[
+ pytest.lazy_fixture('builtin_pickle'),
+ pytest.lazy_fixture('cloudpickle')
+ ]
+)
+def pickle(request):
+ return request.param
Review Comment:
We have other pickling tests which could benefit from this. Perhaps share
this fixture with all test modules and make sure it gets used everywhere
possible?
(also perhaps rename it to `picklemodule` for less confusion, though YMMV)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]