Skip to content

Commit

Permalink
Merge pull request #12917 from pytest-dev/patchback/backports/8.3.x/d…
Browse files Browse the repository at this point in the history
…ed1f44e5cdf02e5823f52e07414236982200894/pr-12913

[PR #12913/ded1f44e backport][8.3.x] [minor] avoid test failing if the working path contains the string 'error'
  • Loading branch information
bluetech authored Oct 25, 2024
2 parents 52135b0 + 6502816 commit c875841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/python/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -2996,7 +2996,7 @@ def test_finish():
*3 passed*
"""
)
result.stdout.no_fnmatch_line("*error*")
assert result.ret == 0

def test_fixture_finalizer(self, pytester: Pytester) -> None:
pytester.makeconftest(
Expand Down

0 comments on commit c875841

Please sign in to comment.