Commit Graph

4 Commits

Author SHA1 Message Date
Monty Taylor 9a49d142b2 Use a fake zuul_return and an .ansible-lint file
ansible-lint now supports settings in a file, including exclude_paths.
This lets us simplfy the ansible-lint command. Also, stop installing
zuul and just use a fake zuul_return to fake out ansible-lint.

Change-Id: I40291d4e861fe9e6e3341b075ab7d6c9f5315275
2020-03-12 07:29:39 +00:00
Monty Taylor d07d6d65ef
Add zuul to test-requirements for linting
The linters env is picking up zuul-jobs content too, so we need to add
zuul to get the zuul_ modules ... otherwise ansible-lint has a sad.

Add zuul to test-requirements like is done in zuul-jobs. Then point the
library path to zuul/ansible/library in the site-packages dir from tox
so that we pick up the right files.

Change-Id: I7a4f0159290d67354e0a73365091a0d1718762fd
2018-10-18 10:40:00 -05:00
Paul Belanger 6e8064796b
Add libffi / libssl for cryptography dependencies
We need to compile cryptography for ansible / ansible-lint
dependencies.

Change-Id: I266d71dbb1bff7b6a6bd0f506cb49d568e1a0466
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2017-06-12 12:59:46 -04:00
Andreas Jaeger c13c775392 Add empty bindep.txt file
We do not need the full list of requirements, add an empty file for now.

Change-Id: I4ef60f2213e1a0ab5fe97456de9d4e79a30c9821
2017-05-05 05:08:49 +00:00