fix method reference to iter_markers in warning
This commit is contained in:
parent
dbb1b5a227
commit
802da781c6
|
@ -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(
|
||||||
|
|
Loading…
Reference in New Issue