Skip to content

Commit b70eb8a

Browse files
Tobias Brandtwesm
Tobias Brandt
authored andcommitted
TST: Added _skip_if_no_xlrd() to skip test when xlrd is not installed.
1 parent 4a3599d commit b70eb8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/io/tests/test_parsers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -868,6 +868,7 @@ def test_read_table_unicode(self):
868868

869869
def test_parse_cols_str(self):
870870
_skip_if_no_openpyxl()
871+
_skip_if_no_xlrd()
871872

872873
suffix = ['', 'x']
873874

0 commit comments

Comments
 (0)