Skip to content

Commit

Permalink
Add pytest to extra requires
Browse files Browse the repository at this point in the history
  • Loading branch information
rnixx committed Oct 24, 2024
1 parent 2e5359e commit 2744eaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def read_file(name):
extras_require=dict(test=[
'coverage',
'lxml',
'pytest',
'zope.testrunner'
]),
entry_points="""
Expand Down

0 comments on commit 2744eaa

Please sign in to comment.