We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00924c1 commit 60f888aCopy full SHA for 60f888a
upath/tests/implementations/test_s3.py
@@ -93,7 +93,7 @@ def test_iterdir_with_plus_in_name(self, s3_with_plus_chr_name):
93
(file,) = files
94
assert file == p.joinpath("file.txt")
95
96
- @pytest.mark.xfail(msg="fsspec/universal_pathlib#144")
+ @pytest.mark.xfail(reason="fsspec/universal_pathlib#144")
97
def test_rglob_with_double_fwd_slash(self, s3_with_double_fwd_slash_files):
98
import boto3
99
import botocore.exceptions
0 commit comments