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 f4e42c5 commit 4872bc0Copy full SHA for 4872bc0
pandas/tests/io/sas/test_sas.py
@@ -21,7 +21,6 @@ def test_sas_buffer_format(self):
21
def test_sas_read_no_format_or_extension(self, temp_file):
22
# see gh-24548
23
msg = "unable to infer format of SAS file.+"
24
- # Using the pytest temp_file fixture instead of tm.ensure_clean
25
with pytest.raises(ValueError, match=msg):
26
read_sas(temp_file)
27
0 commit comments