WIP: fix #9298: ensure inprocess test for assert rewrite
This commit is contained in:
parent
3dc17f1c3b
commit
4127dc36aa
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue