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