Skip to content

Commit

Permalink
Declare test dependencies in [test] extra (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay committed Mar 30, 2022
1 parent 6228fe5 commit 8f15df1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
'scripts/rosdistro_migrate_to_rep_143',
'scripts/rosdistro_reformat'
],
'extras_require': {
'test': [
"mock; python_version < '3.3'",
'pytest',
]},
'author': 'Wim Meeussen, Dirk Thomas',
'author_email': 'wim@hidof.com, dthomas@osrfoundation.org',
'maintainer': 'Dirk Thomas',
Expand Down

0 comments on commit 8f15df1

Please sign in to comment.