Skip to content

Commit 775099c

Browse files
authored
TST: xfail conda 3.5 fails (#18873)
1 parent 8e33a71 commit 775099c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/io/test_common.py

+1
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ def test_read_non_existant(self, reader, module, error_class, fn_ext):
144144
with pytest.raises(error_class):
145145
reader(path)
146146

147+
@pytest.mark.xfail(reason="not working in 3.5 conda build")
147148
@pytest.mark.parametrize('reader, module, path', [
148149
(pd.read_csv, 'os', os.path.join(HERE, 'data', 'iris.csv')),
149150
(pd.read_table, 'os', os.path.join(HERE, 'data', 'iris.csv')),

0 commit comments

Comments
 (0)