Update mark.py
This commit is contained in:
		
							parent
							
								
									3676da594c
								
							
						
					
					
						commit
						11b391ff49
					
				|  | @ -383,7 +383,7 @@ def store_mark(obj, mark): | ||||||
|     """ |     """ | ||||||
|     assert isinstance(mark, Mark), mark |     assert isinstance(mark, Mark), mark | ||||||
|     # always reassign name to avoid updating pytestmark |     # 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] |     obj.pytestmark = get_unpacked_marks(obj) + [mark] | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue