Skip to content

Commit 5df6e63

Browse files
committed
🐛 stress that pyexcel-odsr is used for reading, not pyexcel-ods
1 parent 3a83769 commit 5df6e63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_bug_fixes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def test_issue_83_ods_file_handle():
120120
def test_issue_23():
121121
if not IN_TRAVIS:
122122
raise SkipTest()
123-
pe.get_book(url="https://github.com/pyexcel/pyexcel-ods/raw/master/tests/fixtures/white_space.ods"); # flake8: noqa
123+
pe.get_book(url="https://github.com/pyexcel/pyexcel-ods/raw/master/tests/fixtures/white_space.ods", library='pyexcel-odsr'); # flake8: noqa
124124

125125
def get_fixtures(filename):
126126
return os.path.join("tests", "fixtures", filename)

0 commit comments

Comments
 (0)