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* """ )