From 48f4e18280dfd87b4d8503f621a3f9514ffb0bf2 Mon Sep 17 00:00:00 2001 From: Ronny Pfannschmidt Date: Tue, 2 Aug 2016 10:43:25 +0200 Subject: [PATCH] fix deselect tests to match reason removal --- testing/test_terminal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/test_terminal.py b/testing/test_terminal.py index 51e62f3a0..84c5bc4ac 100644 --- a/testing/test_terminal.py +++ b/testing/test_terminal.py @@ -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