fix method reference to iter_markers in warning

This commit is contained in:
Ronny Pfannschmidt 2018-03-30 07:50:12 +02:00
parent dbb1b5a227
commit 802da781c6
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ RESULT_LOG = (
MARK_INFO_ATTRIBUTE = RemovedInPytest4Warning( MARK_INFO_ATTRIBUTE = RemovedInPytest4Warning(
"MarkInfo objects are deprecated as they contain the merged marks.\n" "MarkInfo objects are deprecated as they contain the merged marks.\n"
"Please use node.find_markers to iterate over markers correctly" "Please use node.iter_markers to iterate over markers correctly"
) )
MARK_PARAMETERSET_UNPACKING = RemovedInPytest4Warning( MARK_PARAMETERSET_UNPACKING = RemovedInPytest4Warning(