Skip to content

Commit ea90fce

Browse files
committed
remove xlsx read from tests (#541)
1 parent 73ae97b commit ea90fce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/test.py

+3
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ def run_tests():
4444
export_types.sort()
4545
# TODO: support testing of xlsx
4646
# export_types.remove('xlsx')
47+
if "xlsx" in import_types:
48+
# todo issue #541
49+
import_types.remove("xlsx")
4750
if "fibex" in export_types:
4851
export_types.remove('fibex')
4952

0 commit comments

Comments
 (0)