We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd4a41a commit 47290e1Copy full SHA for 47290e1
tests/test_2682_custom_pickler.py
@@ -44,6 +44,8 @@ def _pickle_complex_array_and_return_form_impl():
44
return pickle.loads(pickle.dumps(array)).layout.form
45
46
47
+# NOTE: custom picklers are disabled in our tests, but the subprocess that is
48
+# spawned here doesn't pick up that configuration, thus it can be tested!
49
def pickle_complex_array_and_return_form(pickler_source, tmp_path):
50
"""Create a new (spawned) process, and register the given pickler source
51
via entrypoints"""
0 commit comments