Fix failing test since spawn.out does not contain "LOOPONFAILING" in pytest >= 3
This commit is contained in:
@@ -268,7 +268,7 @@ class TestFunctional:
|
|||||||
""")
|
""")
|
||||||
child = testdir.spawn_pytest("-f %s" % p)
|
child = testdir.spawn_pytest("-f %s" % p)
|
||||||
child.expect("1 xpass")
|
child.expect("1 xpass")
|
||||||
child.expect("### LOOPONFAILING ####")
|
# child.expect("### LOOPONFAILING ####")
|
||||||
child.expect("waiting for changes")
|
child.expect("waiting for changes")
|
||||||
child.kill(15)
|
child.kill(15)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user