7f50658956
This change ensures that the dependency file ordering for requirements file is kept intact for all fot the discovered file used to build the repo environment. Change-Id: I36d2044965c8a0809a417083c3f24c406b5a36c9 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
10 lines
513 B
YAML
10 lines
513 B
YAML
---
|
|
features:
|
|
- The ``py_pkgs`` lookup plugin now has strict ordering for requirement files
|
|
discovered. These files are used to add additional requirements to the
|
|
python packages discovered. The order is defined by the constant,
|
|
``REQUIREMENTS_FILE_TYPES`` which contains the following entries,
|
|
'test-requirements.txt', 'dev-requirements.txt', 'requirements.txt',
|
|
'global-requirements.txt', 'global-requirement-pins.txt'. The items in this
|
|
list are arranged from least to most priority.
|