Skip to content

Commit 45c2ffb

Browse files
committed
Merge remote-tracking branch 'origin/main' into async-tests-issue-warning
2 parents 5e5c6a2 + ded1f44 commit 45c2ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/python/fixtures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2996,7 +2996,7 @@ def test_finish():
29962996
*3 passed*
29972997
"""
29982998
)
2999-
result.stdout.no_fnmatch_line("*error*")
2999+
assert result.ret == 0
30003000

30013001
def test_fixture_finalizer(self, pytester: Pytester) -> None:
30023002
pytester.makeconftest(

0 commit comments

Comments
 (0)