From 4127dc36aad7429d7e308419cae7baf4134fd966 Mon Sep 17 00:00:00 2001 From: Ronny Pfannschmidt Date: Tue, 16 Nov 2021 23:17:26 +0100 Subject: [PATCH] WIP: fix #9298: ensure inprocess test for assert rewrite --- testing/test_assertrewrite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/test_assertrewrite.py b/testing/test_assertrewrite.py index 9a01fa9ed..69f985420 100644 --- a/testing/test_assertrewrite.py +++ b/testing/test_assertrewrite.py @@ -1747,7 +1747,7 @@ class TestPyCacheDir: "src/bar/__init__.py": "", } ) - result = pytester.runpytest() + result = pytester.runpytest_inprocess() assert result.ret == 0 test_foo = pytester.path.joinpath("src/test_foo.py")