Skip to content

Commit 4e5c235

Browse files
authored
Merge pull request #1246 from Giskard-AI/feature/gsk-1393-remove-pickle-tag-from-tests-catalog
Removed pickle tag since everything is a pickle by default
2 parents c8a040f + 64089af commit 4e5c235

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python-client/giskard/core/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def extract_module_doc(func_doc):
192192

193193
def populate_tags(self, tags=None):
194194
tags = [] if not tags else tags.copy()
195-
tags.append("pickle")
195+
196196
if self.full_name.partition(".")[0] == "giskard":
197197
tags.append("giskard")
198198
else:

0 commit comments

Comments
 (0)