Skip to content

Commit 47290e1

Browse files
committed
test: add note about custom pickler
1 parent bd4a41a commit 47290e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_2682_custom_pickler.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ def _pickle_complex_array_and_return_form_impl():
4444
return pickle.loads(pickle.dumps(array)).layout.form
4545

4646

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!
4749
def pickle_complex_array_and_return_form(pickler_source, tmp_path):
4850
"""Create a new (spawned) process, and register the given pickler source
4951
via entrypoints"""

0 commit comments

Comments
 (0)