diff --git a/testing/acceptance_test.py b/testing/acceptance_test.py index 358f7a1d0..edf52f073 100644 --- a/testing/acceptance_test.py +++ b/testing/acceptance_test.py @@ -350,7 +350,7 @@ class TestInvocationVariants: result = testdir.runpytest("--pyargs", "tpkg.test_hello") assert result.ret != 0 result.stderr.fnmatch_lines([ - "*file*not*found*test_hello", + "*file*not*found*test_hello*", ]) def test_cmdline_python_package_not_exists(self, testdir):