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 42c2b53 commit 315f1e1Copy full SHA for 315f1e1
pandas/tests/io/parser/test_common.py
@@ -975,7 +975,7 @@ def test_no_permission(all_parsers):
975
976
msg = r"\[Errno 13\]"
977
with tm.ensure_clean() as path:
978
- os.chmod(path, 0) # make file unreadable
+ os.chmod(path, 0) # make file unreadable
979
with pytest.raises(PermissionError, match=msg) as e:
980
parser.read_csv(path)
981
assert path == e.value.filename
0 commit comments