Skip to content

Commit 2744eaa

Browse files
committed
Add pytest to extra requires
1 parent 2e5359e commit 2744eaa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ def read_file(name):
5454
extras_require=dict(test=[
5555
'coverage',
5656
'lxml',
57+
'pytest',
5758
'zope.testrunner'
5859
]),
5960
entry_points="""

0 commit comments

Comments
 (0)