Skip to content

Commit e722928

Browse files
author
Steve Canny
committed
acpt: fix py33 behave error on helpers import
Also, removed Pillow dependency for tox environments.
1 parent efc8678 commit e722928

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

features/steps/text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from docx.enum.text import WD_BREAK, WD_UNDERLINE
1313
from docx.oxml.shared import qn
1414

15-
from .helpers import test_docx, test_text
15+
from helpers import test_docx, test_text
1616

1717

1818
# given ===================================================

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ deps =
1616
lxml
1717
mock
1818
pytest
19-
Pillow
2019

2120
commands =
2221
py.test -qx

0 commit comments

Comments
 (0)