Skip to content

Commit

Permalink
test: remove dill and yaml tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hollandjg committed Jan 19, 2024
1 parent db01b07 commit 6c5a8bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test_serializer.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ def _load_dump_via_disk(o, module_name):
serializer_dump_load_strategy = st.sampled_from(
[
load_dump_pickle_string,
load_dump_dill_string,
load_dump_yaml_string,
# load_dump_dill_string,
# load_dump_yaml_string,
load_dump_pickle_disk,
load_dump_dill_disk,
load_dump_yaml_disk,
# load_dump_dill_disk,
# load_dump_yaml_disk,
]
)

Expand Down

0 comments on commit 6c5a8bb

Please sign in to comment.