1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-18 20:11:20 +00:00

setup.py: Limit the maximum version of PyYAML

Specify the latest stable release of PyYAML should be installed rather
than the latest pre-release.
This commit is contained in:
Marc Bonnici 2019-02-27 15:28:34 +00:00
parent ba0cd7f842
commit 5b8dc1779c

View File

@ -82,7 +82,7 @@ params = dict(
'pexpect>=3.3', # Send/receive to/from device
'pyserial', # Serial port interface
'colorama', # Printing with colors
'pyYAML', # YAML-formatted agenda parsing
'pyYAML<=3.13', # YAML-formatted agenda parsing
'requests', # Fetch assets over HTTP
'devlib>={}'.format(format_version(required_devlib_version)), # Interacting with devices
'louie-latest', # callbacks dispatch