Remove test-requirements files from py_pkgs lookup

The repo build does not need to build the requirements necessary
for role tests. This wastes time unnecessarily and increases the
size of the lookup output, making it more confusing than it
already is.

The REQUIREMENTS_FILE_TYPES it looks for is now reduced to only
'requirements.txt' and 'global-requirement-pins.txt'.

Change-Id: I11acc957ce4fe6024a40d5bb048a448deaf41778
This commit is contained in:
Jesse Pretorius 2018-05-09 14:04:25 +01:00
parent 23e7c57434
commit 3a8f658e96
1 changed files with 0 additions and 3 deletions

View File

@ -40,10 +40,7 @@ ROLE_REQUIREMENTS = dict()
REQUIREMENTS_FILE_TYPES = [
'test-requirements.txt',
'dev-requirements.txt',
'requirements.txt',
'global-requirements.txt',
'global-requirement-pins.txt'
]