diff --git a/testing/test_terminal.py b/testing/test_terminal.py index bfa928d74..0b57114e5 100644 --- a/testing/test_terminal.py +++ b/testing/test_terminal.py @@ -286,7 +286,7 @@ class TestTerminal(object): assert 1 == 1""" ) result = testdir.runpytest() - result.stdout.fnmatch_lines(["*Package*", "*Version*"]) + result.stdout.fnmatch_lines(["*Package Version *"]) class TestCollectonly(object):