Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix pytest warning about unknown markers #194

Merged
merged 1 commit into from
Sep 26, 2019

Conversation

dirk-thomas
Copy link
Contributor

The package doesn't depend on ament_lint / ament_pep8 so these markers aren't defined. Since we still want to use them to select subset of tests and don't want to add a dependency for it this patch simply declares them for pytest.

Similar to ament/ament_package#88.

Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>
@dirk-thomas dirk-thomas added bug Something isn't working enhancement New feature or request in review Waiting for review (Kanban column) labels Sep 25, 2019
@dirk-thomas dirk-thomas self-assigned this Sep 25, 2019
@dirk-thomas dirk-thomas merged commit 423312b into master Sep 26, 2019
@delete-merged-branch delete-merged-branch bot deleted the dirk-thomas/fix-pytest-warning branch September 26, 2019 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request in review Waiting for review (Kanban column)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants