Skip to content

Commit

Permalink
Update setup.py to include test dependencies in extras_require
Browse files Browse the repository at this point in the history
Signed-off-by: Irene Bandera <[email protected]>
  • Loading branch information
irenebm committed Sep 12, 2024
1 parent 7e6c631 commit b0324c3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions py_utils/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@
maintainer_email='[email protected]',
description=description,
license='Apache License, Version 2.0',
tests_require=['pytest'],
test_suite='test',
extras_require={
'test': [
'pytest', # Add your testing dependencies here
],
},
entry_points={},
)

0 comments on commit b0324c3

Please sign in to comment.