distcloud/test-requirements.txt
albailey 4a49932841 Only install yamllint in py3 env
A new yamllint was released which dropped py2 support.
Zuul servers that have updated their caches will attempt
to install that version, as it is not clamped by upper constraints.

This also attempts to not use site packages.

Partial-Bug: 1922590

Change-Id: I8b2776f4c12447a66743a8b2626aa914969dcd2a
Signed-off-by: albailey <Al.Bailey@windriver.com>
2021-04-06 11:40:45 -05:00

4 lines
76 B
Plaintext

PyYAML>=3.1.0
yamllint<1.26.1;python_version>="3.0" # GPLv2
mock>=2.0 # BSD