🚑 remove the f**k pdb in the test.

This commit is contained in:
chfw 2017-08-24 18:48:49 +01:00
parent 504bd94224
commit 5e54845d60
2 changed files with 2 additions and 1 deletions

View File

@ -110,7 +110,6 @@ class ODSBook(BookReader):
# python 2
# Hei zipfile in odfpy would do a seek
# but stream from urlib cannot do seek
import pdb; pdb.set_trace()
file_stream = BytesIO(file_stream.read())
try:
file_stream.seek(0)

View File

@ -142,6 +142,8 @@ def test_pr_22():
def test_issue_23():
if not IN_TRAVIS:
raise SkipTest()
pe.get_book(url="https://github.com/pyexcel/pyexcel-ods/raw/master/tests/fixtures/white_space.ods"); # flake8: noqa