Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pytest_cases/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ def create_super_closure(fm,
print("Creating closure for %s:" % parentid)

# -- auto-use fixtures
_init_fixnames = fm._getautousenames(parentid) # noqa
_init_fixnames = list(fm._getautousenames(parentid)) # noqa

def _merge(new_items, into_list):
""" Appends items from `new_items` into `into_list`, only if they are not already there. """
Expand Down