From 3e07127666dd07495c7dcfcf8ff3d2b890e13e78 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 21 Apr 2022 09:17:59 -0300 Subject: [PATCH] Fix TestBooleanCondition.test_xfail --- testing/test_skipping.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/testing/test_skipping.py b/testing/test_skipping.py index 3b5c91ced..6415480ef 100644 --- a/testing/test_skipping.py +++ b/testing/test_skipping.py @@ -1293,8 +1293,7 @@ class TestBooleanCondition: result = pytester.runpytest("-rxs") result.stdout.fnmatch_lines( """ - *XFAIL* - *True123* + *XFAIL*True123* *1 xfail* """ )