Skip to content

Commit

Permalink
test: add note about custom pickler
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Dec 4, 2023
1 parent bd3d668 commit 7d62858
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_2682_custom_pickler.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ def _pickle_complex_array_and_return_form_impl():
return pickle.loads(pickle.dumps(array)).layout.form


# NOTE: custom picklers are disabled in our tests, but the subprocess that is
# spawned here doesn't pick up that configuration, thus it can be tested!
def pickle_complex_array_and_return_form(pickler_source, tmp_path):
"""Create a new (spawned) process, and register the given pickler source
via entrypoints"""
Expand Down

0 comments on commit 7d62858

Please sign in to comment.