Skip to content

Commit d6a5fd2

Browse files
Bump pytest from 8.4.0 to 9.0.2 (#840)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tobias Raabe <raabe@posteo.de>
1 parent eb93012 commit d6a5fd2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

tests/test_capture.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ def lsof_check():
469469
UnicodeDecodeError,
470470
) as exc: # pragma: no cover
471471
# about UnicodeDecodeError, see note on pytester
472-
pytest.skip(f"could not run 'lsof' ({exc!r})") # ty: ignore[invalid-argument-type, too-many-positional-arguments]
472+
pytest.skip(f"could not run 'lsof' ({exc!r})")
473473
yield
474474
out2 = subprocess.check_output(("lsof", "-p", str(pid))).decode()
475475
len1 = len([x for x in out.split("\n") if "REG" in x])

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)