Skip to content

Commit 934caf7

Browse files
committed
Push off more work
1 parent 1fc9ea7 commit 934caf7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/trio/_tests/test_path.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,10 @@ async def test_globmethods(path: trio.Path) -> None:
230230
assert entries == {"_bar.txt", "bar.txt"}
231231

232232

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

0 commit comments

Comments
 (0)