-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add an ament_lint test dependency on python3-pytest. (#473)
While we don't actually have any tests in here, this ensures that colcon will use pytest (and not unittest) to run any tests. Signed-off-by: Chris Lalancette <[email protected]>
- Loading branch information
1 parent
bf3c609
commit 903c283
Showing
2 changed files
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,8 @@ | |
<author>Dirk Thomas</author> | ||
<author email="[email protected]">Michel Hidalgo</author> | ||
|
||
<test_depend>python3-pytest</test_depend> | ||
|
||
<export> | ||
<build_type>ament_python</build_type> | ||
</export> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters