Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 14, 2025
1 parent e687575 commit 12d606d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trio/_core/_tests/test_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -2818,7 +2818,7 @@ def no_other_refs() -> list[object]:
reason="Only makes sense with refcounting GC",
)
@pytest.mark.xfail(
sys.version_info>=(3,14),
sys.version_info >= (3, 14),
reason="https://github.com/python/cpython/issues/125603",
strict=True,
)
Expand Down

0 comments on commit 12d606d

Please sign in to comment.