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 3a83769 commit 5df6e63Copy full SHA for 5df6e63
tests/test_bug_fixes.py
@@ -120,7 +120,7 @@ def test_issue_83_ods_file_handle():
120
def test_issue_23():
121
if not IN_TRAVIS:
122
raise SkipTest()
123
- pe.get_book(url="https://github.com/pyexcel/pyexcel-ods/raw/master/tests/fixtures/white_space.ods"); # flake8: noqa
+ pe.get_book(url="https://github.com/pyexcel/pyexcel-ods/raw/master/tests/fixtures/white_space.ods", library='pyexcel-odsr'); # flake8: noqa
124
125
def get_fixtures(filename):
126
return os.path.join("tests", "fixtures", filename)
0 commit comments