fix deselect tests to match reason removal
This commit is contained in:
parent
ac215e9cff
commit
48f4e18280
|
@ -384,7 +384,7 @@ class TestTerminalFunctional:
|
|||
result = testdir.runpytest("-k", "test_two:", testpath)
|
||||
result.stdout.fnmatch_lines([
|
||||
"*test_deselected.py ..",
|
||||
"=* 1 test*deselected by*test_two:*=",
|
||||
"=* 1 test*deselected *=",
|
||||
])
|
||||
assert result.ret == 0
|
||||
|
||||
|
|
Loading…
Reference in New Issue