Skip to content

Commit

Permalink
Switch to new API
Browse files Browse the repository at this point in the history
  • Loading branch information
exarkun committed Jul 3, 2018
1 parent b509112 commit 55ebf26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_pytest/mark/structures.py
Expand Up @@ -294,7 +294,7 @@ def _marked(func, mark):
class MarkInfo(object):
""" Marking object created by :class:`MarkDecorator` instances. """

_marks = attr.ib(convert=list)
_marks = attr.ib(converter=list)

@_marks.validator
def validate_marks(self, attribute, value):
Expand Down

0 comments on commit 55ebf26

Please sign in to comment.