From 525370ea2b3f2d8ea5830d445ab449f88b7c9ad2 Mon Sep 17 00:00:00 2001 From: Andreas Poehlmann Date: Mon, 29 Sep 2025 21:55:46 +0200 Subject: [PATCH] tests: fix xfail call --- upath/tests/implementations/test_s3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upath/tests/implementations/test_s3.py b/upath/tests/implementations/test_s3.py index 2f8ac432..249ed172 100644 --- a/upath/tests/implementations/test_s3.py +++ b/upath/tests/implementations/test_s3.py @@ -93,7 +93,7 @@ def test_iterdir_with_plus_in_name(self, s3_with_plus_chr_name): (file,) = files assert file == p.joinpath("file.txt") - @pytest.mark.xfail(msg="fsspec/universal_pathlib#144") + @pytest.mark.xfail(reason="fsspec/universal_pathlib#144") def test_rglob_with_double_fwd_slash(self, s3_with_double_fwd_slash_files): import boto3 import botocore.exceptions