diff --git a/ament_lint/package.xml b/ament_lint/package.xml index 799466d9..9e1695c2 100644 --- a/ament_lint/package.xml +++ b/ament_lint/package.xml @@ -12,6 +12,8 @@ Dirk Thomas Claire Wang + python3-pytest + ament_python diff --git a/ament_lint/setup.py b/ament_lint/setup.py index aabcb8c0..877317c3 100644 --- a/ament_lint/setup.py +++ b/ament_lint/setup.py @@ -32,6 +32,7 @@ Providing common API for ament linter packages, e.g. the `linter` marker for pytest.""", license='Apache License, Version 2.0', + tests_require=['pytest'], entry_points={ 'pytest11': [ 'ament_lint = ament_lint.pytest_marker',