Skip to content

Commit fec16d8

Browse files
committed
Remove zope.testrunner from extra requires
1 parent 0c0774b commit fec16d8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ def read_file(name):
5454
extras_require=dict(test=[
5555
'coverage',
5656
'lxml',
57-
'pytest',
58-
'zope.testrunner'
57+
'pytest'
5958
]),
6059
entry_points="""
6160
[yafowil.plugin]

0 commit comments

Comments
 (0)