Skip to content

Commit 614a5a5

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 934caf7 commit 614a5a5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/trio/_tests/test_path.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,7 @@ async def test_globmethods(path: trio.Path) -> None:
231231

232232

233233
@pytest.mark.xfail(
234-
sys.version_info >= (3, 14),
235-
reason="we need to update `as_uri` to use Path.as_uri"
234+
sys.version_info >= (3, 14), reason="we need to update `as_uri` to use Path.as_uri"
236235
)
237236
async def test_as_uri(path: trio.Path) -> None:
238237
path = await path.parent.resolve()

0 commit comments

Comments
 (0)