diff options
Diffstat (limited to 'tests/test_process.py')
-rw-r--r-- | tests/test_process.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_process.py b/tests/test_process.py index ef3bbedc..2447cffe 100644 --- a/tests/test_process.py +++ b/tests/test_process.py @@ -1749,7 +1749,7 @@ class VirtualenvTest(CoverageTest): debug_out = self.get_trace_output() assert re_lines( debug_out, - r"^Not tracing .*\bexecfile.py': inside --source, but is part of coverage.py" + r"^Not tracing .*\bexecfile.py': inside --source, but is third-party" ) assert re_lines(debug_out, r"^Tracing .*\bmyproduct.py") assert re_lines( |