Skip to content

Commit

Permalink
Update mark.py
Browse files Browse the repository at this point in the history
  • Loading branch information
meawoppl authored Oct 17, 2017
1 parent 3676da5 commit 11b391f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _pytest/mark.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ def store_mark(obj, mark):
"""
assert isinstance(mark, Mark), mark
# always reassign name to avoid updating pytestmark
# in a referene that was only borrowed
# in a reference that was only borrowed
obj.pytestmark = get_unpacked_marks(obj) + [mark]


Expand Down

0 comments on commit 11b391f

Please sign in to comment.