Add pytest to check_dependencies

This commit is contained in:
Bastian Germann 2019-05-25 16:47:10 +02:00
parent 7288336ad4
commit 9caffa028b
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ OPTIONAL_MODULES = [
# development/testing modules
('jenkins', '(access jenkins api)'),
('launchpadlib', '(launchpad script support)'),
('pytest', '(testing framework)'),
('pylint', '(linter)')
]